commit | 8aca1a30a8def534a962c613a8393f780f9dfddf | [log] [tgz] |
---|---|---|
author | David Srbecky <dsrbecky@google.com> | Fri May 07 14:51:40 2021 +0100 |
committer | David Srbecky <dsrbecky@google.com> | Fri May 07 15:58:18 2021 +0000 |
tree | fc3bea58dcce140add19ca9e21527afc92562acc | |
parent | 582448f29f2f2529202bf868d00ba5d3d3776bb6 [diff] |
Increase JDWP test timeout. Bug: 187141551 Change-Id: If617fab517b4017e749be64378b1c9aa2fee0a5b
diff --git a/tools/run-libjdwp-tests.sh b/tools/run-libjdwp-tests.sh index 415a7de..ce70ea2 100755 --- a/tools/run-libjdwp-tests.sh +++ b/tools/run-libjdwp-tests.sh
@@ -113,7 +113,7 @@ if [[ "$has_verbose" = "yes" || "$has_gcstress" = "yes" ]]; then # Extra time if verbose or gcstress is set since those can be # quite heavy. - args+=(200000) + args+=(300000) else args+=(20000) fi