Skip to content

Commit 80b255f

Browse files
committed
test: set Chrome start timeout to 30 seconds for CI tests
1 parent 4d3ded9 commit 80b255f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_web_element.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ def ci_chrome_options():
120120
"""Chrome options optimized for CI environments."""
121121
options = Options()
122122
options.headless = True
123+
options.start_timeout = 30
123124

124125
# CI-specific arguments
125126
options.add_argument('--no-sandbox')

0 commit comments

Comments
 (0)