Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add timeout setting
  • Loading branch information
abetomo committed Jun 8, 2017
commit 5ffd84ad6d74ccdbd7f96b4e3885ba7b71086b76
3 changes: 2 additions & 1 deletion test/node-lambda.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,8 @@ describe('bin/node-lambda', () => {
no: 3
}]

it('`node-lambda run` exitCode is `0`', (done) => {
it('`node-lambda run` exitCode is `0`', function (done) {
this.timeout(10000) // give it time to multiple executions
_generateEventFile(eventObj)
_testMain({
stdoutRegExp: / no: 1 .+ no: 2 .+ no: 3 .+Success:/,
Expand Down