diff options
-rwxr-xr-x | tools/buildbot-setup-device.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/buildbot-setup-device.sh b/tools/buildbot-setup-device.sh index 7a18d04324..43bb95d7d6 100755 --- a/tools/buildbot-setup-device.sh +++ b/tools/buildbot-setup-device.sh @@ -141,7 +141,7 @@ $verbose && adb logcat -p msginfo "Kill stalled dalvikvm processes" # 'ps' on M can sometimes hang. -timeout 2s adb shell "ps" >/dev/null +timeout 5s adb shell "ps" >/dev/null if [[ $? == 124 ]] && [[ "$ART_TEST_RUN_ON_ARM_FVP" != true ]]; then msginfo "Rebooting device to fix 'ps'" adb reboot |