Searched refs:LEAVE_TIMEOUT (Results 1 – 3 of 3) sorted by relevance
47 public static final Duration LEAVE_TIMEOUT = Duration.ofSeconds(2); field in ThreadNetworkControllerWrapper149 future.get(LEAVE_TIMEOUT.toSeconds(), SECONDS); in leaveAndWait()
83 public static final Duration LEAVE_TIMEOUT = Duration.ofSeconds(2); field in IntegrationTestUtils
52 private static final Duration LEAVE_TIMEOUT = Duration.ofSeconds(2); field in ThreadNetworkShellCommand170 return waitForFuture(leaveFuture, LEAVE_TIMEOUT, getErrorWriter()); in leave()