Skip to content

Commit ed2b8be

Browse files
committed
Bump the timeout more
1 parent 0da846c commit ed2b8be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/integration/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ const downloadArtifacts = require('../../scripts/download-artifacts')
3737

3838
const yamlFolder = downloadArtifacts.locations.testYamlFolder
3939

40-
const MAX_FILE_TIME = 1000 * 90
41-
const MAX_TEST_TIME = 1000 * 60
40+
const MAX_FILE_TIME = 1000 * 180
41+
const MAX_TEST_TIME = 1000 * 90
4242

4343
const options = minimist(process.argv.slice(2), {
4444
boolean: ['bail'],
@@ -58,7 +58,7 @@ function runner (opts = {}) {
5858
const options = {
5959
node: opts.node,
6060
auth: { apiKey: opts.apiKey },
61-
requestTimeout: 45000
61+
requestTimeout: 90000
6262
}
6363
const client = new Client(options)
6464
log('Loading yaml suite')

0 commit comments

Comments
 (0)