mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 01:08:50 -06:00
AndroidTest: Increase timeout
This commit is contained in:
@@ -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));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user