Commit f554dc4e by ibaker Committed by Oliver Woodman

Increase 2 timeouts to reduce test flakiness

PiperOrigin-RevId: 277710160
parent d596fcd9
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment