Skip to content

Commit

Permalink
decreased driver quit timeout from 120 to 30
Browse files Browse the repository at this point in the history
  • Loading branch information
vdelendik committed Apr 8, 2021
1 parent 9f21cc4 commit 21c0670
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ public Void call() throws Exception {
}
});

long wait = 120;
long wait = 30;
try {
future.get(wait, TimeUnit.SECONDS);
} catch (java.util.concurrent.TimeoutException e) {
Expand Down

0 comments on commit 21c0670

Please sign in to comment.