mirror of
https://github.com/samsonjs/media.git
synced 2026-04-09 11:55:46 +00:00
Remove debug timeout multiplier.
It looks like this was added accidentally in <unknown commit>.
PiperOrigin-RevId: 493834134
(cherry picked from commit 533f5288f4)
This commit is contained in:
parent
71a1254514
commit
c32494a3e3
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ public final class RobolectricUtil {
|
|||
*/
|
||||
public static void runLooperUntil(Looper looper, Supplier<Boolean> condition)
|
||||
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