Increase timeout of remote job 18/181818/1
authorAleksander Mistewicz <a.mistewicz@samsung.com>
Thu, 3 Aug 2017 12:36:25 +0000 (14:36 +0200)
committerAleksander Mistewicz <a.mistewicz@samsung.com>
Wed, 27 Sep 2017 16:58:33 +0000 (18:58 +0200)
Change-Id: I58f59c807087206ceabeeed4d59478c0590fce32

tsp/jobs/common_prep_flash_conf.sh

index 79f8e59..09a3e84 100755 (executable)
@@ -117,7 +117,7 @@ cp "${ORG_SMOKE_FILE}" "${SMOKE_FILE}"
 cp "${SMOKE_FILE}" "${WORKDIR_REMOTE}/" || retrigger "copy failed"
 
 echo "start remote script"
-WORKDIR_REMOTE="${WORKDIR_REMOTE}" TARGET="${TARGET}" timeout 10m sh "${TSP_DIR}/scripts/common_prep_flash_conf.sh" \
+WORKDIR_REMOTE="${WORKDIR_REMOTE}" TARGET="${TARGET}" timeout 25m sh "${TSP_DIR}/scripts/common_prep_flash_conf.sh" \
     || retrigger "script execution failed"
 echo "finish remote script"