From b8e43286ccd08ea4c4ec8e1c96b32b4563afa104 Mon Sep 17 00:00:00 2001 From: Ruben Ayrapetyan Date: Sat, 9 May 2015 22:41:20 +0300 Subject: [PATCH] Increasing per-test timeout from 5s to 30s in precommit testing. JerryScript-DCO-1.0-Signed-off-by: Ruben Ayrapetyan r.ayrapetyan@samsung.com --- tools/runners/run-test-pass.sh | 2 +- tools/runners/run-test-xfail.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/runners/run-test-pass.sh b/tools/runners/run-test-pass.sh index 0b1451376e..cd457a42aa 100755 --- a/tools/runners/run-test-pass.sh +++ b/tools/runners/run-test-pass.sh @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -TIMEOUT=${TIMEOUT:=5} +TIMEOUT=${TIMEOUT:=30} START_DIR=`pwd` diff --git a/tools/runners/run-test-xfail.sh b/tools/runners/run-test-xfail.sh index c9adcbcb4d..d4142de3e7 100755 --- a/tools/runners/run-test-xfail.sh +++ b/tools/runners/run-test-xfail.sh @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -TIMEOUT=${TIMEOUT:=5} +TIMEOUT=${TIMEOUT:=30} START_DIR=`pwd`