diff --git a/test/e2e/steps/core_steps.js b/test/e2e/steps/core_steps.js index 014e24283..de79e6f6d 100644 --- a/test/e2e/steps/core_steps.js +++ b/test/e2e/steps/core_steps.js @@ -201,6 +201,6 @@ module.exports = function coreSteps () { if (actualExitCode === undefined) return callback(new Error('Server has not exited.')) if (code === undefined || parseInt(code, 10) === actualExitCode) return callback() callback(new Error('Exit-code mismatch')) - }, 1000) + }, 4000) }) }