AndroidTest: Increase timeout
This commit is contained in:
parent
cc1e56894b
commit
cf98d1a5c3
@ -135,6 +135,6 @@ public class BaseAndroidTest
|
||||
|
||||
protected void awaitLatch() throws InterruptedException
|
||||
{
|
||||
assertTrue(latch.await(5, TimeUnit.SECONDS));
|
||||
assertTrue(latch.await(60, TimeUnit.SECONDS));
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user