NO-JIRA Improving SoakPagingTest

This commit is contained in:
Clebert Suconic 2020-03-26 14:38:57 -04:00
parent 3d5bd38d07
commit 6d2b17d23a
1 changed files with 2 additions and 1 deletions

View File

@ -90,8 +90,9 @@ public class SoakPagingTest extends SmokeTestBase {
Thread.sleep(15000); Thread.sleep(15000);
System.exit(consumed.get()); System.exit(consumed.get());
} catch (Exception e) { } catch (Throwable e) {
e.printStackTrace(); e.printStackTrace();
System.exit(-1);
} }
} }