summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMythri Alle <mythria@google.com>2024-05-21 08:54:54 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-05-21 08:54:54 +0000
commitc0b2265d10a59c352c5efc5be576a9dd33429be7 (patch)
treec16a9e8c5d8fecf82af890956648aa8f81494771
parent635a0f82fc6065a29e8145410f187420cbe8a67d (diff)
parentc569d772148ea51f73b4513a6891bf46206c4cdb (diff)
downloadcts-android14-tests-dev.tar.gz
Merge "Increase timeout for JvmtiHostTest990 test" into android14-tests-devandroid14-tests-dev
-rw-r--r--hostsidetests/jvmti/base/host/src/android/jvmti/cts/JvmtiHostTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/hostsidetests/jvmti/base/host/src/android/jvmti/cts/JvmtiHostTest.java b/hostsidetests/jvmti/base/host/src/android/jvmti/cts/JvmtiHostTest.java
index cecb6ed547a..881ab719a0d 100644
--- a/hostsidetests/jvmti/base/host/src/android/jvmti/cts/JvmtiHostTest.java
+++ b/hostsidetests/jvmti/base/host/src/android/jvmti/cts/JvmtiHostTest.java
@@ -128,7 +128,7 @@ public class JvmtiHostTest extends DeviceTestCase implements IBuildReceiver, IAb
RemoteAndroidTestRunner runner = new RemoteAndroidTestRunner(mTestPackageName, RUNNER,
device.getIDevice());
// set a max deadline limit to avoid hanging forever
- runner.setMaxTimeToOutputResponse(5, TimeUnit.MINUTES);
+ runner.setMaxTimeToOutputResponse(10, TimeUnit.MINUTES);
AttachAgent aa = new AttachAgent(device, mTestPackageName, mTestApk);
aa.prepare();