Skip to content

Commit 4527671

Browse files
committed
Update default pause time in MasterQA
1 parent e4274fd commit 4527671

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
@@ -78,7 +78,7 @@
7878

7979
# The time delay (in seconds) before the validation pop-up appears
8080
# This value can be overwritten on the command line. Ex: --verify_delay=0.5
81-
MASTERQA_WAIT_TIME_BEFORE_VERIFY = 1.0
81+
MASTERQA_WAIT_TIME_BEFORE_VERIFY = 0.75
8282

8383
# If True, the automation will start in full-screen mode
8484
MASTERQA_START_IN_FULL_SCREEN_MODE = False

0 commit comments

Comments
 (0)