AndroidTest: Increase timeout

pull/151/head
Alinson S. Xavier 9 years ago
parent cc1e56894b
commit cf98d1a5c3

@ -135,6 +135,6 @@ public class BaseAndroidTest
protected void awaitLatch() throws InterruptedException protected void awaitLatch() throws InterruptedException
{ {
assertTrue(latch.await(5, TimeUnit.SECONDS)); assertTrue(latch.await(60, TimeUnit.SECONDS));
} }
} }

Loading…
Cancel
Save