Skip to content

Commit 0a24b84

Browse files
committed
Increase default small_timeout from 5 to 6 seconds.
1 parent d5085f4 commit 0a24b84

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
@@ -11,7 +11,7 @@
1111
# Default seconds to wait for page elements to appear before performing actions
1212
TINY_TIMEOUT = 0.1
1313
MINI_TIMEOUT = 2
14-
SMALL_TIMEOUT = 5
14+
SMALL_TIMEOUT = 6
1515
LARGE_TIMEOUT = 10
1616
EXTREME_TIMEOUT = 30
1717

0 commit comments

Comments
 (0)