Commit 4b3b072
Jonathan Ginsburg
chore(ci/client/browserstack): modify concurrency and timeout settings
In our client tests, for BrowserStack, reduce the `browserDisconnectTimeout`
and the `browserNoActivityTimeout` to a minute, instead of 5. Also, reduce the
concurrency of browsers to 2 instead of 3. This is because BS is being flaky
when handling many browsers concurrently and, when a browser has been
disconnected it will generally not come back, so we do not need to wait a whole
5 minutes; it is better to just use another try from the
`browserDisconnectTolerance` configuration pool. The overall result is a more
efficient CI run.1 parent 67e4690 commit 4b3b072
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| |||
0 commit comments