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 0da846c commit ed2b8beCopy full SHA for ed2b8be
test/integration/index.js
@@ -37,8 +37,8 @@ const downloadArtifacts = require('../../scripts/download-artifacts')
37
38
const yamlFolder = downloadArtifacts.locations.testYamlFolder
39
40
-const MAX_FILE_TIME = 1000 * 90
41
-const MAX_TEST_TIME = 1000 * 60
+const MAX_FILE_TIME = 1000 * 180
+const MAX_TEST_TIME = 1000 * 90
42
43
const options = minimist(process.argv.slice(2), {
44
boolean: ['bail'],
@@ -58,7 +58,7 @@ function runner (opts = {}) {
58
const options = {
59
node: opts.node,
60
auth: { apiKey: opts.apiKey },
61
- requestTimeout: 45000
+ requestTimeout: 90000
62
}
63
const client = new Client(options)
64
log('Loading yaml suite')
0 commit comments