Increase 2 timeouts to reduce test flakiness

PiperOrigin-RevId: 277710160
This commit is contained in:
ibaker 2019-10-31 13:40:03 +00:00 committed by Oliver Woodman
parent d596fcd9ba
commit f554dc4ea4

View File

@ -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;