Skip to content

Commit 590c7de

Browse files
WIP
1 parent c5e7062 commit 590c7de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/indexing/src/test/java/org/apache/ignite/internal/processors/cache/IgniteCacheQueryMultiThreadedSelfTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ protected <K, V> IgniteCache<K, V> cache(Class<K> clsK, Class<V> clsV) {
115115

116116
/** {@inheritDoc} */
117117
@Override protected long getTestTimeout() {
118-
return DURATION + 60_000;
118+
return DURATION + 360_000;
119119
}
120120

121121
/** @return {@code true} If evictions enabled. */

0 commit comments

Comments
 (0)