Skip to content

Commit

Permalink
Maybe improve test stability
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Apr 28, 2023
1 parent 32767f4 commit ab678aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/watch/index.js
Expand Up @@ -1263,7 +1263,7 @@ describe('rollup.watch', () => {

it('rebuilds immediately by default', async () => {
await copy('test/watch/samples/basic', 'test/_tmp/input');
await wait(200);
await wait(300);
watcher = rollup.watch({
input: 'test/_tmp/input/main.js',
output: {
Expand Down

0 comments on commit ab678aa

Please sign in to comment.