aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShao-Chuan Lee <shaochuan@google.com>2022-04-13 00:39:45 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2022-04-13 00:39:45 +0000
commitfbc842a7a8a732813608a5f46d5ebada0576573e (patch)
treea9f1cc2791fe0a0a7292fff79121606db2a81f2b
parent9de132a5d594ea07003781a6516ab0d41de406c1 (diff)
parent8949c2cb41bb8397943e63d5d3a45992706cd309 (diff)
downloadokhttp-fbc842a7a8a732813608a5f46d5ebada0576573e.tar.gz
Merge "UPSTREAM: Increase test timeout for slow devices" into android11-tests-dev
-rw-r--r--okhttp-tests/src/test/java/com/squareup/okhttp/internal/DiskLruCacheTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/okhttp-tests/src/test/java/com/squareup/okhttp/internal/DiskLruCacheTest.java b/okhttp-tests/src/test/java/com/squareup/okhttp/internal/DiskLruCacheTest.java
index bf6e158..f5cd63e 100644
--- a/okhttp-tests/src/test/java/com/squareup/okhttp/internal/DiskLruCacheTest.java
+++ b/okhttp-tests/src/test/java/com/squareup/okhttp/internal/DiskLruCacheTest.java
@@ -50,7 +50,7 @@ import static org.junit.Assert.fail;
public final class DiskLruCacheTest {
@Rule public final TemporaryFolder tempDir = new TemporaryFolder();
- @Rule public final Timeout timeout = new Timeout(30 * 1000);
+ @Rule public final Timeout timeout = new Timeout(60 * 1000);
private final FaultyFileSystem fileSystem = new FaultyFileSystem(FileSystem.SYSTEM);
private final int appVersion = 100;