Searched refs:WAIT_TIME_IN_SECONDS (Results 1 – 1 of 1) sorted by relevance
40 private const val WAIT_TIME_IN_SECONDS = 3L constant73 assertThat(latch.await(WAIT_TIME_IN_SECONDS, TimeUnit.SECONDS)).isTrue() in addListener_listeningForStringItemUpdates_isCorrectlyNotifiedOfUpdates()89 assertThat(latch.await(WAIT_TIME_IN_SECONDS, TimeUnit.SECONDS)).isFalse() in removeListener_previouslyListeningForStringItemUpdates_isNoLongerNotifiedOfUpdates()106 assertThat(latch.await(WAIT_TIME_IN_SECONDS, TimeUnit.SECONDS)).isTrue() in addListenerAndRemoveListener_forMultipleItems_bothWorkProperly()117 assertThat(latch.await(WAIT_TIME_IN_SECONDS, TimeUnit.SECONDS)).isFalse() in addListenerAndRemoveListener_forMultipleItems_bothWorkProperly()