diff options
Diffstat (limited to 'tools')
-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 1c25d94..1dd443b 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 \ |