Searched refs:WAIT_FOR_SESSION_READY_TTL (Results 1 – 1 of 1) sorted by relevance
51 private static final Duration WAIT_FOR_SESSION_READY_TTL = Duration.ofSeconds(10); field in ModuleTestUtils151 while (spentWaiting.compareTo(WAIT_FOR_SESSION_READY_TTL) < 0) { in waitForStagedSessionReady()167 Assert.assertTrue("Staged session wasn't ready in " + WAIT_FOR_SESSION_READY_TTL, in waitForStagedSessionReady()