Searched refs:TIMEOUT_SECS (Results 1 – 2 of 2) sorted by relevance
71 assertThat(latch.await(TIMEOUT_SECS.toLong(), SECONDS), `is`(true)) in <lambda>()76 assertThat(finishTestLatch.await(TIMEOUT_SECS.toLong(), SECONDS), `is`(true)) in <lambda>()80 private const val TIMEOUT_SECS = 3 in <lambda>() constant
44 private static final long TIMEOUT_SECS = 10; // secs field in SimpleAppLifecycleTestActivity98 boolean success = sLatch.await(TIMEOUT_SECS, TimeUnit.SECONDS); in awaitForEvents()