Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Commit

Permalink
Default timeout changed to 240 sec; defauld additional time changed t…
Browse files Browse the repository at this point in the history
…o 60 sec
  • Loading branch information
joergboe committed Sep 2, 2019
1 parent c434b91 commit a44712b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

4 changes: 2 additions & 2 deletions bin/defs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 0 additions & 2 deletions test/toolkitTest/Runtests/TestSuite.sh
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit a44712b

Please sign in to comment.