Skip to content

Commit 8692220

Browse files
committed
Update the default refresh rate for the Dashboard
1 parent 1dfcf07 commit 8692220

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seleniumbase/fixtures/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class Charts:
3030
class Dashboard:
3131
TITLE = "SeleniumBase Test Results Dashboard"
3232
STYLE_CSS = 'https://seleniumbase.io/cdn/css/pytest_style.css'
33-
META_REFRESH_HTML = '<meta http-equiv="refresh" content="10">'
33+
META_REFRESH_HTML = '<meta http-equiv="refresh" content="12">'
3434
# LIVE_JS = 'https://livejs.com/live.js#html'
3535
LIVE_JS = 'https://seleniumbase.io/cdn/js/live.js#html'
3636

0 commit comments

Comments
 (0)