From 2b41a5d1aa3a5fa43f6b2550b1db53df17a39f23 Mon Sep 17 00:00:00 2001 From: Lukas Taegert-Atkinson Date: Tue, 4 Jan 2022 08:15:25 +0100 Subject: [PATCH] Add build delay for plugin event test --- test/watch/index.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/watch/index.js b/test/watch/index.js index 76a957fb634..64b66b5cb97 100644 --- a/test/watch/index.js +++ b/test/watch/index.js @@ -250,6 +250,9 @@ describe('rollup.watch', () => { format: 'cjs', exports: 'auto' }, + watch: { + buildDelay: 300 + }, plugins: { buildStart() { this.addWatchFile(WATCHED_ID);