From d2d3213e9272374ce8b5dc158d77fb8c8092e449 Mon Sep 17 00:00:00 2001 From: Lukas Taegert-Atkinson Date: Fri, 28 May 2021 15:38:18 +0200 Subject: [PATCH] Make test a little more robust --- test/cli/samples/watch/watch-config-early-update/_config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/cli/samples/watch/watch-config-early-update/_config.js b/test/cli/samples/watch/watch-config-early-update/_config.js index 93e7190886d..50e316e3b54 100644 --- a/test/cli/samples/watch/watch-config-early-update/_config.js +++ b/test/cli/samples/watch/watch-config-early-update/_config.js @@ -4,6 +4,7 @@ const path = require('path'); let configFile; module.exports = { + solo: true, description: 'immediately reloads the config file if a change happens while it is parsed', command: 'rollup -cw', before() { @@ -23,7 +24,7 @@ module.exports = { format: 'es' } }), - 500 + 1000 ); }); `