mirror of
https://github.com/androidx/media.git
synced 2025-05-17 20:49:53 +08:00
Increase 2 timeouts to reduce test flakiness
PiperOrigin-RevId: 277710160
This commit is contained in:
parent
d596fcd9ba
commit
f554dc4ea4
@ -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…
x
Reference in New Issue
Block a user