Skip to content

Commit 3afd637

Browse files
Revert "increase delayBetweenIndividualWorkerRestarts"
This reverts commit a478eb9.
1 parent 0154a7a commit 3afd637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react_on_rails_pro/spec/dummy/client/node-renderer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const config = {
4545
allWorkersRestartInterval: (env.CI ? 2 : env.RENDERER_ALL_WORKERS_RESTART_INTERVAL) || 10,
4646

4747
// time in minutes between each worker restarting when restarting all workers
48-
delayBetweenIndividualWorkerRestarts: 1,
48+
delayBetweenIndividualWorkerRestarts: env.CI ? 0.01 : 1,
4949

5050
// If set to true, `supportModules` enables the server-bundle code to call a default set of NodeJS modules
5151
// that get added to the VM context: { Buffer, process, setTimeout, setInterval, clearTimeout, clearInterval }.

0 commit comments

Comments
 (0)