Searched refs:TIMEOUT_MILLIS (Results 1 – 2 of 2) sorted by relevance
28 public static final long TIMEOUT_MILLIS = TimeUnit.SECONDS.toMillis(10); field in RecordingCallback48 long timeoutMillis = TimeUnit.NANOSECONDS.toMillis(System.nanoTime()) + TIMEOUT_MILLIS; in await()
57 private static final long TIMEOUT_MILLIS = 5000; field in TestThread193 new Request(methodName, arguments), TIMEOUT_MILLIS, TimeUnit.MILLISECONDS)) { in sendRequest()207 Response response = responseQueue.poll(TIMEOUT_MILLIS, TimeUnit.MILLISECONDS); in getResponse()