NO-JIRA Improving SoakPagingTest
This commit is contained in:
parent
3d5bd38d07
commit
6d2b17d23a
|
@ -90,8 +90,9 @@ public class SoakPagingTest extends SmokeTestBase {
|
|||
Thread.sleep(15000);
|
||||
|
||||
System.exit(consumed.get());
|
||||
} catch (Exception e) {
|
||||
} catch (Throwable e) {
|
||||
e.printStackTrace();
|
||||
System.exit(-1);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue