We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d14bd62 commit 0cb6204Copy full SHA for 0cb6204
1 file changed
test/e2e/steps/core_steps.js
@@ -201,6 +201,6 @@ module.exports = function coreSteps () {
201
if (actualExitCode === undefined) return callback(new Error('Server has not exited.'))
202
if (code === undefined || parseInt(code, 10) === actualExitCode) return callback()
203
callback(new Error('Exit-code mismatch'))
204
- }, 1000)
+ }, 4000)
205
})
206
}
0 commit comments