Skip to content

Commit

Permalink
#534 1 minute
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Aug 31, 2023
1 parent b0dccb8 commit 513ea76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/jpeek/web/Futures.java
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,6 @@ public String asString() throws Exception {
*/
public boolean shutdown() throws InterruptedException {
this.service.shutdown();
return this.service.awaitTermination(16L, TimeUnit.SECONDS);
return this.service.awaitTermination(1L, TimeUnit.MINUTES);
}
}

0 comments on commit 513ea76

Please sign in to comment.