summaryrefslogtreecommitdiff
path: root/tsp
diff options
context:
space:
mode:
authorAleksander Mistewicz <a.mistewicz@samsung.com>2017-08-03 14:36:25 +0200
committerAleksander Mistewicz <a.mistewicz@samsung.com>2017-09-27 18:58:33 +0200
commitb6e36105e2e1f1d006368db619aea618f912d10e (patch)
tree4c0b5bfe646a9a8e83d6f6873e5dac5caa652f42 /tsp
parentfd1d9a0f5551fd5ae86324181b7f3ee6f344e54f (diff)
downloadmajor-b6e36105e2e1f1d006368db619aea618f912d10e.tar.gz
major-b6e36105e2e1f1d006368db619aea618f912d10e.tar.bz2
major-b6e36105e2e1f1d006368db619aea618f912d10e.zip
Increase timeout of remote job
Change-Id: I58f59c807087206ceabeeed4d59478c0590fce32
Diffstat (limited to 'tsp')
-rwxr-xr-xtsp/jobs/common_prep_flash_conf.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tsp/jobs/common_prep_flash_conf.sh b/tsp/jobs/common_prep_flash_conf.sh
index 79f8e59..09a3e84 100755
--- a/tsp/jobs/common_prep_flash_conf.sh
+++ b/tsp/jobs/common_prep_flash_conf.sh
@@ -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"