You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[Waiting for the Grid to be ready](#waiting-for-the-grid-to-be-ready)
62
63
*[Adding a HEALTHCHECK to the Grid](#adding-a-healthcheck-to-the-grid)
@@ -956,7 +957,7 @@ environment variables:
956
957
957
958
*`SE_ENABLE_BROWSER_LEFTOVERS_CLEANUP`: default value `false`, set to `true` to enable the cleanup.
958
959
*`SE_BROWSER_LEFTOVERS_INTERVAL_SECS`: default value `3600` (1 hour), cleanup interval in seconds.
959
-
*`SE_BROWSER_LEFTOVERS_PROCESSES_SECS`: default value `1200` (2 hours), browsers running for longer than this time will be killed.
960
+
*`SE_BROWSER_LEFTOVERS_PROCESSES_SECS`: default value `7200` (2 hours), browsers running for longer than this time will be killed.
960
961
*`SE_BROWSER_LEFTOVERS_TEMPFILES_DAYS`: default value `1` (1 day), files generated by Chrome-based browsers in `/tmp` will be removed after these number of days (ignored when using Firefox).
961
962
962
963
If you use Selenium for long-running sessions and expect browsers to be running for longer than 20 minutes, either do
0 commit comments