Skip to content

Commit

Permalink
test: bump up timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Richter committed Feb 4, 2020
1 parent 0c097cc commit 4d83c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fetch-timeout.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ describe('fetch: timeouts', () => {
});

it('is triggered by a constant trickle of packages', function() {
this.timeout(400);
this.timeout(600);

return assert
.rejects(
Expand Down

0 comments on commit 4d83c28

Please sign in to comment.