commit | eefa68195a924c9339a647802adbcc352704b318 | [log] [tgz] |
---|---|---|
author | Seungjae Yoo <seungjaeyoo@google.com> | Thu Oct 05 06:00:37 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Oct 05 06:00:37 2023 +0000 |
tree | dbab1c5a21011de5ef1c254b5c65a72fe14f9de5 | |
parent | 3c43b45e63ee2355b92cc87ce9d54cc77c540a22 [diff] | |
parent | a2a967d36dd68ee765082b8b9fb3acb7c7d2890e [diff] |
Merge "Decrease timeout to run tests in shorter time" into main
diff --git a/tests/hostside/java/com/android/microdroid/test/MicrodroidHostTests.java b/tests/hostside/java/com/android/microdroid/test/MicrodroidHostTests.java index d861761..8e12114 100644 --- a/tests/hostside/java/com/android/microdroid/test/MicrodroidHostTests.java +++ b/tests/hostside/java/com/android/microdroid/test/MicrodroidHostTests.java
@@ -499,7 +499,7 @@ String result = tryRunOnHost( "timeout", - "10s", + "3s", "adb", "-s", getDevice().getSerialNumber(),