commit | dceab011395333520959cf743d680bcf5dc78797 | [log] [tgz] |
---|---|---|
author | Nicolas Geoffray <ngeoffray@google.com> | Wed May 06 14:02:23 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed May 06 14:02:24 2015 +0000 |
tree | c36fcab0cffe6889184e1d5c1422bc207023ac62 | |
parent | 9cce14f56a59bbce52254ffc50ea6817fd94d8dd [diff] | |
parent | 472b00c0b39f9b95625bc50f394433fc06b31460 [diff] |
Merge "Bump jdwp timeout to 12 minutes."
diff --git a/tools/run-jdwp-tests.sh b/tools/run-jdwp-tests.sh index 1c25d94..1dd443b 100755 --- a/tools/run-jdwp-tests.sh +++ b/tools/run-jdwp-tests.sh
@@ -74,7 +74,7 @@ $args \ $device_dir \ $image_compiler_option \ - --timeout 600 \ + --timeout 800 \ --vm-arg -Djpda.settings.verbose=true \ --vm-arg -Djpda.settings.syncPort=34016 \ --vm-arg -Djpda.settings.transportAddress=127.0.0.1:55107 \