Home | History | Annotate | Download | only in shell

Lines Matching defs:maxAttempts

910         int maxAttempts = SAFE_SCREENSHOT_DELAY;
921 } while (i <= maxAttempts);
922 fail("screenshot.enable didn't change to " + expectedEnabled + " in " + maxAttempts + "s");