commit | fc47a82150cc4f43062f07a4ecdc653053af9e9a | [log] [tgz] |
---|---|---|
author | Xin Li <delphij@google.com> | Mon Aug 28 22:13:36 2023 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Mon Aug 28 22:13:36 2023 +0000 |
tree | 8e6b666442d6b15ad8b045f16364728c5ee18e1f | |
parent | 16364e0c39296ea5f8b599d06b5ba71413147708 [diff] | |
parent | 8fec1b88bdcbf5005e200e64908ad0cc6a53f8e5 [diff] |
Merge "Merge Android U (ab/10368041)" into aosp-main-future
diff --git a/tests/hostside/java/com/android/microdroid/test/MicrodroidHostTests.java b/tests/hostside/java/com/android/microdroid/test/MicrodroidHostTests.java index 21960b4..94f0cf1 100644 --- a/tests/hostside/java/com/android/microdroid/test/MicrodroidHostTests.java +++ b/tests/hostside/java/com/android/microdroid/test/MicrodroidHostTests.java
@@ -177,7 +177,7 @@ long start = System.currentTimeMillis(); while ((System.currentTimeMillis() - start < timeoutMillis) && !matcher.matches(callable.call())) { - Thread.sleep(500); + RunUtil.getDefault().sleep(500); } assertThat(callable.call(), matcher); }