Searched refs:MIN_EXTRA_TIMEOUT (Results 1 – 3 of 3) sorted by relevance
24 public static final int MIN_EXTRA_TIMEOUT = 10; field in Constants
55 Constants.MIN_EXTRA_TIMEOUT, (long) (timeout * Constants.EXTRA_TIMEOUT_PERCENT)); in getAdjustedTimeout()
79 long adjustedTimeout = timeout + Math.max(Constants.MIN_EXTRA_TIMEOUT, in waitForCondition()