We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcd8538 commit d3c02bfCopy full SHA for d3c02bf
react_on_rails_pro/spec/dummy/client/node-renderer.js
@@ -42,7 +42,7 @@ const config = {
42
// be set if you wish to have automatic worker restarting, say to clear memory leaks.
43
44
// time in minutes between restarting all workers
45
- allWorkersRestartInterval: 100,
+ allWorkersRestartInterval: (env.CI ? 2 : env.RENDERER_ALL_WORKERS_RESTART_INTERVAL) || 10,
46
47
// time in minutes between each worker restarting when restarting all workers
48
delayBetweenIndividualWorkerRestarts: env.CI ? 0.01 : 1,
0 commit comments