Skip to content

Commit 806e913

Browse files
committed
increase test waiting time
1 parent 0096781 commit 806e913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-non-functional/src/test/java/concurrency/ConnectionLoadBalanceTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ void doTestLoadBalance(Config cfg, int sleepCycles) throws InterruptedException
8686
shortRunningTasks.join();
8787

8888
await()
89-
.timeout(Duration.ofSeconds(sleepDuration * sleepCycles + 1L))
89+
.timeout(Duration.ofSeconds(sleepDuration * sleepCycles + 2L))
9090
.until(longRunningTasks::isDone);
9191

9292
LOGGER.debug("completed longRunningTasks");

0 commit comments

Comments
 (0)