Skip to content

Commit

Permalink
NO-JIRA Improving SoakPagingTest
Browse files Browse the repository at this point in the history
  • Loading branch information
clebertsuconic committed Mar 26, 2020
1 parent 3d5bd38 commit 6d2b17d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,9 @@ public void run() {
Thread.sleep(15000);

System.exit(consumed.get());
} catch (Exception e) {
} catch (Throwable e) {
e.printStackTrace();
System.exit(-1);
}

}
Expand Down

0 comments on commit 6d2b17d

Please sign in to comment.