Searched refs:incrementMs (Results 1 – 1 of 1) sorted by relevance
871 final long incrementMs = 1000; in testPlayerJoin() local872 for (long i = 0; i < durationMs; i += incrementMs) { in testPlayerJoin()880 Thread.sleep(incrementMs); in testPlayerJoin()942 final long incrementMs = 100; in runTestCubicMonotonicPlayer() local947 for (long i = 0; i < RAMP_TIME_MS; i += incrementMs) { in runTestCubicMonotonicPlayer()953 Thread.sleep(incrementMs); in runTestCubicMonotonicPlayer()970 for (long i = 0; i < RAMP_TIME_MS; i += incrementMs) { in runTestCubicMonotonicPlayer()976 Thread.sleep(incrementMs); in runTestCubicMonotonicPlayer()994 for (long i = 0; i < RAMP_TIME_MS; i += incrementMs) { in runTestCubicMonotonicPlayer()1000 Thread.sleep(incrementMs); in runTestCubicMonotonicPlayer()[all …]