mirror of
https://github.com/samsonjs/media.git
synced 2026-03-26 09:35:47 +00:00
Increase 2 timeouts to reduce test flakiness
PiperOrigin-RevId: 277710160
This commit is contained in:
parent
d596fcd9ba
commit
f554dc4ea4
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ import org.robolectric.shadows.ShadowLog;
|
|||
@LooperMode(LooperMode.Mode.PAUSED)
|
||||
public class DownloadManagerDashTest {
|
||||
|
||||
private static final int ASSERT_TRUE_TIMEOUT_MS = 1000;
|
||||
private static final int ASSERT_TRUE_TIMEOUT_MS = 5000;
|
||||
|
||||
private SimpleCache cache;
|
||||
private File tempFolder;
|
||||
|
|
|
|||
Loading…
Reference in a new issue