Skip to content

Commit

Permalink
increasing cassandra test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
aludwiko committed Jul 27, 2023
1 parent ec047c3 commit 3e59721
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public static <T> T await(CompletionStage<T> cs)
}

public static <T> T await(Future<T> future) {
int seconds = 15;
int seconds = 25;
try {
return Await.result(future, FiniteDuration.create(seconds, TimeUnit.SECONDS));
} catch (InterruptedException e) {
Expand Down

0 comments on commit 3e59721

Please sign in to comment.