Skip to content

Commit b271894

Browse files
committed
Increase query delay to prevent test flakiness
1 parent d752468 commit b271894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/distributed/org/apache/cassandra/distributed/test/sai/SlowSAIQueryLoggerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ private static void assertLogs(long mark, IInvokableInstance node, Consumer<List
349349
*/
350350
public static class BB
351351
{
352-
static AtomicInteger queryDelay = new AtomicInteger(SLOW_QUERY_LOG_TIMEOUT_IN_MS + 1);
352+
static AtomicInteger queryDelay = new AtomicInteger(SLOW_QUERY_LOG_TIMEOUT_IN_MS * 2);
353353

354354
@SuppressWarnings("resource")
355355
public static void install(ClassLoader classLoader, int node)

0 commit comments

Comments
 (0)