commit | 2337cbf87e9b8d2f41244789aaeb9d654f35e0aa | [log] [tgz] |
---|---|---|
author | Ken Chen <cken@google.com> | Tue Oct 31 08:53:41 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Oct 31 08:53:41 2023 +0000 |
tree | 7b0ed1dae8a0e0317ebb7fa30ad7208db48dae6d | |
parent | f3bef6846a661b9b88d9a2bc26feb9652705d558 [diff] | |
parent | 5a35cf9086381244900ccf60dff6d7f2e3941b6b [diff] |
Merge "Pass metered information to DNS resolver" into main
diff --git a/staticlibs/tests/unit/src/com/android/testutils/HandlerUtilsTest.kt b/staticlibs/tests/unit/src/com/android/testutils/HandlerUtilsTest.kt index 0f6fa48..440b836 100644 --- a/staticlibs/tests/unit/src/com/android/testutils/HandlerUtilsTest.kt +++ b/staticlibs/tests/unit/src/com/android/testutils/HandlerUtilsTest.kt
@@ -27,7 +27,7 @@ import org.junit.runners.JUnit4 private const val ATTEMPTS = 50 // Causes testWaitForIdle to take about 150ms on aosp_crosshatch-eng -private const val TIMEOUT_MS = 200 +private const val TIMEOUT_MS = 1000 @RunWith(JUnit4::class) class HandlerUtilsTest {