Skip to content

Commit

Permalink
increase timeout for large test
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Aug 27, 2020
1 parent b4454e4 commit 0158fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ManyWatchers.js
Expand Up @@ -11,7 +11,7 @@ const fixtures = path.join(__dirname, "fixtures");
const testHelper = new TestHelper(fixtures);

describe("ManyWatchers", function() {
this.timeout(180000);
this.timeout(240000);
beforeEach(testHelper.before);
afterEach(testHelper.after);

Expand Down

0 comments on commit 0158fd5

Please sign in to comment.