commit | f3bef6846a661b9b88d9a2bc26feb9652705d558 | [log] [tgz] |
---|---|---|
author | Yuyang Huang <yuyanghuang@google.com> | Tue Oct 31 08:39:35 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Oct 31 08:39:35 2023 +0000 |
tree | 2756dd7f63fe50c18d1fdda1a59fe6f7c631925b | |
parent | 792a7cd1a12afb2c9d209c0afaa608a7f648970f [diff] | |
parent | eaa71ff305b15e7b167e9bdabb70b1346b5fe5a5 [diff] |
Merge "Increase HandlerUtilsTest timeout to 500ms" 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 {