Skip to content

Commit

Permalink
extend
Browse files Browse the repository at this point in the history
  • Loading branch information
Hellblazer committed May 22, 2024
1 parent 3212bb7 commit 9cee1f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ public void submitMultiplTxn() throws Exception {

transactioneers.stream().forEach(e -> e.start());
try {
final var complete = countdown.await(LARGE_TESTS ? 3200 : 60, TimeUnit.SECONDS);
final var complete = countdown.await(LARGE_TESTS ? 3200 : 120, TimeUnit.SECONDS);
assertTrue(complete, "All clients did not complete: " + transactioneers.stream()
.map(t -> t.getCompleted())
.filter(i -> i < max)
Expand Down

0 comments on commit 9cee1f7

Please sign in to comment.