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");
|
AsynchronousFailoverTest.log.info("Fail complete");
|
||||||
|
|
||||||
t.join(TimeUnit.SECONDS.toMillis(20));
|
t.join(TimeUnit.SECONDS.toMillis(60));
|
||||||
if (t.isAlive()) {
|
if (t.isAlive()) {
|
||||||
System.out.println(threadDump("Thread still running from the test"));
|
System.out.println(threadDump("Thread still running from the test"));
|
||||||
t.interrupt();
|
t.interrupt();
|
||||||
|
|
Loading…
Reference in New Issue