Searched refs:UPTIME_BUFFER (Results 1 – 2 of 2) sorted by relevance
78 public static final long UPTIME_BUFFER = 15 * 1000; field in MonkeyBase738 "Uptime failure", stopUptime - startUptime > totalDuration - UPTIME_BUFFER); in checkResults()
232 if (stopUptime - startUptime < totalDuration - MonkeyBase.UPTIME_BUFFER) { in getStatus()