Skip to content

Commit 0cb6204

Browse files
committed
fix: Change timing on test
Change the timing on tests, allowing Node 0.10 to catch-up.
1 parent d14bd62 commit 0cb6204

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/e2e/steps/core_steps.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,6 @@ module.exports = function coreSteps () {
201201
if (actualExitCode === undefined) return callback(new Error('Server has not exited.'))
202202
if (code === undefined || parseInt(code, 10) === actualExitCode) return callback()
203203
callback(new Error('Exit-code mismatch'))
204-
}, 1000)
204+
}, 4000)
205205
})
206206
}

0 commit comments

Comments
 (0)