From b6e36105e2e1f1d006368db619aea618f912d10e Mon Sep 17 00:00:00 2001 From: Aleksander Mistewicz Date: Thu, 3 Aug 2017 14:36:25 +0200 Subject: [PATCH] Increase timeout of remote job Change-Id: I58f59c807087206ceabeeed4d59478c0590fce32 --- tsp/jobs/common_prep_flash_conf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.7.4