Skip to content

Commit

Permalink
bump timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
aearly committed Jul 30, 2018
1 parent 2cdaa45 commit e491bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/asyncFunctions.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function supportsAsyncGenerators() {
}

describe('async function support', function () {
this.timeout(100);
this.timeout(200);

if (supportsAsync()) {
require('./es2017/asyncFunctions.js').call(this);
Expand Down

0 comments on commit e491bd1

Please sign in to comment.