mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Remove debug timeout multiplier.
It looks like this was added accidentally in <unknown commit>.
PiperOrigin-RevId: 493834134
(cherry picked from commit f8e4e1765f)
This commit is contained in:
parent
a599289bdc
commit
45664162d9
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ public final class RobolectricUtil {
|
||||||
*/
|
*/
|
||||||
public static void runLooperUntil(Looper looper, Supplier<Boolean> condition)
|
public static void runLooperUntil(Looper looper, Supplier<Boolean> condition)
|
||||||
throws TimeoutException {
|
throws TimeoutException {
|
||||||
runLooperUntil(looper, condition, DEFAULT_TIMEOUT_MS * 1000000, Clock.DEFAULT);
|
runLooperUntil(looper, condition, DEFAULT_TIMEOUT_MS, Clock.DEFAULT);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue