Skip to content

Commit d861c91

Browse files
committed
Increase timeout
1 parent 57c13b3 commit d861c91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/watch/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ describe('rollup.watch', () => {
377377
assert.strictEqual(lastEvent, 'create');
378378
}
379379
]);
380-
});
380+
}).timeout(20000);
381381

382382
it('calls closeWatcher plugin hook', () => {
383383
let calls = 0;

0 commit comments

Comments
 (0)