Skip to content

Commit b64b8b1

Browse files
committed
Update timing of a method
1 parent fe46635 commit b64b8b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seleniumbase/fixtures/js_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@ def activate_messenger(driver):
690690
""" if (typeof Messenger === 'undefined') { return "U"; } """
691691
)
692692
if result == "U":
693-
time.sleep(0.02)
693+
time.sleep(0.022)
694694
continue
695695
else:
696696
break

0 commit comments

Comments
 (0)