summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2015-10-15 17:06:45 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2015-10-15 17:08:17 +0530
commit11f4c3ddb2cec141778a0ecc28d49e7b43d137a0 (patch)
treee2fc56277bec2f603208079ea0042b3f3fead58e
parent14ea5f56912eda646fb82850921ee1c4c13cb619 (diff)
downloadcommon-11f4c3ddb2cec141778a0ecc28d49e7b43d137a0.tar.gz
Wait only for 3 minutes to get to homescreen
Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org> Change-Id: Ibe620512d45091f0bce919f117e707df4d3b3eea
-rwxr-xr-xdisablesuspend.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/disablesuspend.sh b/disablesuspend.sh
index 32b0b2c..c4b93bc 100755
--- a/disablesuspend.sh
+++ b/disablesuspend.sh
@@ -19,7 +19,7 @@ wait_home_screen(){
return 0
fi
timeout=$((timeout+1))
- if [ $timeout = 180 ]; then
+ if [ $timeout = 18 ]; then
echo "Failed to wait the home screen displayed!"
return 1
fi