Skip to content

Commit

Permalink
[grid] Extending timeout in test for a more stable CI
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Apr 7, 2021
1 parent c287f01 commit be913bb
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -121,6 +121,6 @@ public void multipleSimultaneousSessions() throws Exception {
});
}

CompletableFuture.allOf(futures).get(2, MINUTES);
CompletableFuture.allOf(futures).get(4, MINUTES);
}
}

0 comments on commit be913bb

Please sign in to comment.