Home
last modified time | relevance | path

Searched refs:maxAttempts (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/javatests/com/android/tradefed/util/
DRunUtilFuncTest.java77 final int maxAttempts = 5; in testRunTimedRetry() local
83 return attempts == maxAttempts; in testRunTimedRetry()
91 assertTrue(RunUtil.getDefault().runTimedRetry(100, SHORT_TIMEOUT_MS, maxAttempts, in testRunTimedRetry()
95 final long expectedPollTime = SHORT_TIMEOUT_MS * (maxAttempts-1); in testRunTimedRetry()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DInstrumentationFileTest.java76 int maxAttempts) in InstrumentationFileTest() argument
92 mMaxAttemps = maxAttempts; in InstrumentationFileTest()