Skip to content

Commit

Permalink
Reduction of waiting time in the test
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartosz Litwiniuk committed Feb 20, 2020
1 parent 6e93a1a commit e628835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/backtrace/io/UncaughtExceptionTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ public void run() {
// THEN
try {
testThread.join();
waiter.await(3000, TimeUnit.SECONDS);
waiter.await(5, TimeUnit.SECONDS);
} catch (InterruptedException | TimeoutException exception) {
Assert.fail(exception.getMessage());
}
Expand Down

0 comments on commit e628835

Please sign in to comment.