Skip to content

Commit 1241154

Browse files
committed
update ADO test run settings.local.json
1 parent 67c90c4 commit 1241154

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/test/resources/settings.local.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@
1919
"loggingPreferences": {
2020
"Performance": "All"
2121
},
22-
"startArguments": []
22+
"pageLoadStrategy": "eager",
23+
"startArguments": ["--disable-search-engine-choice-screen"],
24+
"excludedArguments": ["enable-automation"]
2325
},
2426
"firefox": {
2527
"capabilities": {
@@ -52,11 +54,11 @@
5254
},
5355
"timeouts": {
5456
"timeoutImplicit" : 0,
55-
"timeoutCondition" : 30,
57+
"timeoutCondition" : 45,
5658
"timeoutScript" : 10,
5759
"timeoutPageLoad" : 60,
5860
"timeoutPollingInterval": 300,
59-
"timeoutCommand": 120
61+
"timeoutCommand": 60
6062
},
6163
"retry": {
6264
"number": 2,

0 commit comments

Comments
 (0)