Commit d30a101
fix(appium): raise connectionRetryTimeout to 5min, enable test retries
The Sauce Labs Android emulator cold-start regularly exceeds
webdriverio's 2-minute connectionRetryTimeout default, producing
UND_ERR_HEADERS_TIMEOUT on `POST /wd/hub/session` and failing the
suite before any test runs. Bump the default for the Appium helper
to 5 minutes (mobile cloud grids are slow by nature).
Also re-enable Mocha's `this.retries(1)` in the Appium test suite —
already attempted but commented out — so a single transient Sauce
Labs hiccup no longer reds the whole job.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent fb0d87e commit d30a101
2 files changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
223 | 226 | | |
224 | 227 | | |
225 | 228 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments