We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e38e3fe commit b2bed34Copy full SHA for b2bed34
src/groovy/Tester.groovy
@@ -34,7 +34,7 @@ class Tester {
34
boolean inDocker = true
35
36
// Constants?
37
- int defaultTimeoutSeconds = 1
+ int defaultTimeoutSeconds = 60
38
String testExt = '.test'
39
String executeAnchorDir = '/src/'
40
String testFileSpec = "**/*${testExt}"
@@ -118,7 +118,7 @@ class Tester {
118
take(currentTestFilename.length() - testExt.length())
119
sectionNumber = 0
120
testScriptVersion = 0
121
- testTimeoutSeconds = 30
+ testTimeoutSeconds = defaultTimeoutSeconds
122
collectionCreates = []
123
filesUsed += 1
124
0 commit comments