Searched refs:timeoutMills (Results 1 – 1 of 1) sorted by relevance
99 final long timeoutMills = timeout.toMillis(); in waitFor() local101 for (long i = 0; i < timeoutMills; i += intervalMills) { in waitFor()