Skip to content

Commit 9713e77

Browse files
committed
Update MasterQA default settings
1 parent 9ea6f6e commit 9713e77

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

seleniumbase/config/settings.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@
7676
# The default message that appears when you don't specify a custom message
7777
MASTERQA_DEFAULT_VALIDATION_MESSAGE = "Does the page look good?"
7878

79-
# The time delay (in seconds) before the validation pop-up appears
80-
# This value can be overwritten on the command line. Ex: --verify_delay=0.5
81-
MASTERQA_WAIT_TIME_BEFORE_VERIFY = 0.75
79+
# The time delay (in seconds) before the MasterQA validation pop-up appears.
80+
# This value can be overwritten on the command line. Ex: --verify_delay=1.0
81+
MASTERQA_WAIT_TIME_BEFORE_VERIFY = 0.5
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)