Skip to content

Commit 7386f15

Browse files
committed
Update the default Demo Mode timeout to 0.5 seconds
1 parent 1f784fa commit 7386f15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seleniumbase/config/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
# Default time to wait after each browser action performed during Demo Mode.
6161
# Use Demo Mode when you want others to see what your automation is doing.
6262
# Usage: "--demo_mode". (Can be overwritten by using "--demo_sleep=TIME".)
63-
DEFAULT_DEMO_MODE_TIMEOUT = 1.0
63+
DEFAULT_DEMO_MODE_TIMEOUT = 0.5
6464

6565
# Number of times to repeat the demo_mode highlight animation.
6666
# Each loop is about 0.18 seconds. (Override by using "--highlights=TIMES".)

0 commit comments

Comments
 (0)