Searched defs:TEST_DURATION (Results 1 – 6 of 6) sorted by relevance
14 private val TEST_DURATION = 3 * stressTestMultiplier // seconds in <lambda>() constant in kotlinx.coroutines.JobDisposeStressTest
13 private val TEST_DURATION = 3000L * stressTestMultiplier in <lambda>() constant in kotlinx.coroutines.selects.SelectPhilosophersStressTest
18 TEST_DURATION = 1 variable
33 #define TEST_DURATION 10 /* seconds */ macro
32 private static final int TEST_DURATION = 5000; field in SsTestUtils