Searched refs:TIMEOUT_SECS (Results 1 – 2 of 2) sorted by relevance
42 private static final int TIMEOUT_SECS = 3; field in ThreadedLiveDataTest89 assertThat(latch.await(TIMEOUT_SECS, TimeUnit.SECONDS), is(true)); in testPostValue()95 assertThat(finishTestLatch.await(TIMEOUT_SECS, TimeUnit.SECONDS), is(true)); in testPostValue()
44 private static final long TIMEOUT_SECS = 10; // secs field in SimpleAppLifecycleTestActivity98 boolean success = sLatch.await(TIMEOUT_SECS, TimeUnit.SECONDS); in awaitForEvents()