From a44712b08223d4aff6c0e3077ac5ee1708193c44 Mon Sep 17 00:00:00 2001 From: joergboe Date: Mon, 2 Sep 2019 15:25:09 +0200 Subject: [PATCH] Default timeout changed to 240 sec; defauld additional time changed to 60 sec --- README.md | 1 + bin/defs.sh | 4 ++-- test/toolkitTest/Runtests/TestSuite.sh | 2 -- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c84132c..fc4324a 100644 --- a/README.md +++ b/README.md @@ -243,4 +243,5 @@ Version 3.9.1: - Corrections in sigint handling in test suite - Better printout format for job start-and job-end - Cleanup in job control logic +- Default timeout changed to 240 sec; defauld additional time changed to 60 sec. diff --git a/bin/defs.sh b/bin/defs.sh index 9b493c5..a12e02c 100644 --- a/bin/defs.sh +++ b/bin/defs.sh @@ -17,5 +17,5 @@ declare -r TEST_CASE_FILE="TestCase.sh" declare -r TEST_ENVIRONMET_LOG="ENVIRONMENT.log" declare -r TEST_LOG="STDERROUT.log" -declare -ri defaultTimeout=120 -declare -ri defaultAdditionalTime=45 +declare -ri defaultTimeout=240 +declare -ri defaultAdditionalTime=60 diff --git a/test/toolkitTest/Runtests/TestSuite.sh b/test/toolkitTest/Runtests/TestSuite.sh index 2c89b0c..9ebfb08 100644 --- a/test/toolkitTest/Runtests/TestSuite.sh +++ b/test/toolkitTest/Runtests/TestSuite.sh @@ -1,8 +1,6 @@ ##-----------the required tools --------------------- import "$TTRO_scriptDir/streamsutils.sh" -setVar 'TTPR_timeout' 60 - #Make sure instance and domain is running PREPS='cleanUpInstAndDomainAtStart mkDomain startDomain mkInst startInst' FINS='cleanUpInstAndDomainAtStop'