Skip to content

Commit cf53733

Browse files
authored
Add build delay for plugin event test (#4338)
1 parent 0ceee1d commit cf53733

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

test/watch/index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,9 @@ describe('rollup.watch', () => {
250250
format: 'cjs',
251251
exports: 'auto'
252252
},
253+
watch: {
254+
buildDelay: 300
255+
},
253256
plugins: {
254257
buildStart() {
255258
this.addWatchFile(WATCHED_ID);

0 commit comments

Comments
 (0)