Skip to content
2 changes: 1 addition & 1 deletion react_on_rails_pro/spec/dummy/client/node-renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const config = {
allWorkersRestartInterval: (env.CI ? 2 : env.RENDERER_ALL_WORKERS_RESTART_INTERVAL) || 10,

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

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