Skip to content

Commit fc6e7d5

Browse files
committed
Update example tests
1 parent fd9727a commit fc6e7d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/raw_form_turnstile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
def open_the_form_turnstile_page(sb):
55
sb.driver.uc_open_with_reconnect(
6-
"https://seleniumbase.io/apps/form_turnstile", reconnect_time=2.27,
6+
"https://seleniumbase.io/apps/form_turnstile", reconnect_time=2.5,
77
)
88

99

examples/raw_turnstile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
def open_the_turnstile_page(sb):
55
sb.driver.uc_open_with_reconnect(
6-
"https://seleniumbase.io/apps/turnstile", reconnect_time=2.27,
6+
"https://seleniumbase.io/apps/turnstile", reconnect_time=2.5,
77
)
88

99

0 commit comments

Comments
 (0)