time-out was too tight and causing sporadic travis-ci failures.

pull/611/head
Brett Wooldridge 9 years ago
parent 5c8248732b
commit 15037cc156

@ -92,7 +92,7 @@ public class ShutdownTest
threads[i].start();
}
UtilityElf.quietlySleep(1200L);
UtilityElf.quietlySleep(1800L);
Assert.assertTrue("Total connection count not as expected, ", pool.getTotalConnections() > 0);

Loading…
Cancel
Save