Skip to content

Commit

Permalink
Increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Nov 2, 2020
1 parent 57c13b3 commit d861c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/watch/index.js
Expand Up @@ -377,7 +377,7 @@ describe('rollup.watch', () => {
assert.strictEqual(lastEvent, 'create');
}
]);
});
}).timeout(20000);

it('calls closeWatcher plugin hook', () => {
let calls = 0;
Expand Down

0 comments on commit d861c91

Please sign in to comment.