Skip to content

Commit

Permalink
double T/O
Browse files Browse the repository at this point in the history
  • Loading branch information
Hellblazer committed Jun 1, 2024
1 parent 3f8278f commit c19e043
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 : 120, TimeUnit.SECONDS);
final var complete = countdown.await(LARGE_TESTS ? 3200 : 240, 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 c19e043

Please sign in to comment.