Searched refs:initialWaitMs (Results 1 – 1 of 1) sorted by relevance
1326 final long initialWaitMs = thresholdMs / 2; in testLongFGSMonitor() local1327 Thread.sleep(initialWaitMs); in testLongFGSMonitor()1329 for (long remaining = thresholdMs - initialWaitMs; remaining > 0;) { in testLongFGSMonitor()