Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
aearly committed Jun 23, 2019
1 parent 00220b2 commit 1224cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/es2017/asyncGenerators.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ module.exports = function () {
throw new Error('should not get here')
}
)
await delay(10)
await delay(20)
expect(calls).to.eql([0, 1, 2, 3])
})
}

0 comments on commit 1224cc8

Please sign in to comment.