Skip to content

Commit

Permalink
fix: Change timing on test
Browse files Browse the repository at this point in the history
Change the timing on tests, allowing Node 0.10 to catch-up.
  • Loading branch information
budde377 committed Feb 21, 2016
1 parent d14bd62 commit 0cb6204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/steps/core_steps.js
Expand Up @@ -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)
})
}

0 comments on commit 0cb6204

Please sign in to comment.