diff options
author | 2015-05-06 14:57:09 +0100 | |
---|---|---|
committer | 2015-05-06 14:57:09 +0100 | |
commit | 472b00c0b39f9b95625bc50f394433fc06b31460 (patch) | |
tree | c36fcab0cffe6889184e1d5c1422bc207023ac62 | |
parent | 9cce14f56a59bbce52254ffc50ea6817fd94d8dd (diff) |
Bump jdwp timeout to 12 minutes.
A run on volantis now is around 10 minutes.
Change-Id: I6e1f436d71da6eec55e984f7af99ba34438e49fb
-rwxr-xr-x | tools/run-jdwp-tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run-jdwp-tests.sh b/tools/run-jdwp-tests.sh index 1c25d94759..1dd443b2bc 100755 --- a/tools/run-jdwp-tests.sh +++ b/tools/run-jdwp-tests.sh @@ -74,7 +74,7 @@ vogar $vm_command \ $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 \ |