Skip to content

Commit 0158fd5

Browse files
committedAug 27, 2020
increase timeout for large test
1 parent b4454e4 commit 0158fd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/ManyWatchers.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const fixtures = path.join(__dirname, "fixtures");
1111
const testHelper = new TestHelper(fixtures);
1212

1313
describe("ManyWatchers", function() {
14-
this.timeout(180000);
14+
this.timeout(240000);
1515
beforeEach(testHelper.before);
1616
afterEach(testHelper.after);
1717

0 commit comments

Comments
 (0)
Please sign in to comment.