mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-21 17:46:48 +00:00
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…
x
Reference in New Issue
Block a user