This repository has been archived by the owner on May 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Default timeout changed to 240 sec; defauld additional time changed t…
…o 60 sec
- Loading branch information
joergboe
committed
Sep 2, 2019
1 parent
c434b91
commit a44712b
Showing
3 changed files
with
3 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |