Skip to content

Commit b2bed34

Browse files
author
Alan Christie
committed
- Default timeout now 60 seconds
1 parent e38e3fe commit b2bed34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/groovy/Tester.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class Tester {
3434
boolean inDocker = true
3535

3636
// Constants?
37-
int defaultTimeoutSeconds = 1
37+
int defaultTimeoutSeconds = 60
3838
String testExt = '.test'
3939
String executeAnchorDir = '/src/'
4040
String testFileSpec = "**/*${testExt}"
@@ -118,7 +118,7 @@ class Tester {
118118
take(currentTestFilename.length() - testExt.length())
119119
sectionNumber = 0
120120
testScriptVersion = 0
121-
testTimeoutSeconds = 30
121+
testTimeoutSeconds = defaultTimeoutSeconds
122122
collectionCreates = []
123123
filesUsed += 1
124124

0 commit comments

Comments
 (0)