mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-06 18:18:43 +00:00
This closes #394 test fix
This commit is contained in:
commit
418ef0141f
@ -183,7 +183,7 @@ public class AsynchronousFailoverTest extends FailoverTestBase {
|
||||
|
||||
AsynchronousFailoverTest.log.info("Fail complete");
|
||||
|
||||
t.join(TimeUnit.SECONDS.toMillis(20));
|
||||
t.join(TimeUnit.SECONDS.toMillis(60));
|
||||
if (t.isAlive()) {
|
||||
System.out.println(threadDump("Thread still running from the test"));
|
||||
t.interrupt();
|
||||
|
Loading…
x
Reference in New Issue
Block a user