Changing CasperJS default timeout
Open
- Dominant language
- JavaScript
- Stars
- 7.2k
- Forks
- 621
- PR merge metrics
- No merged PRs in 30d
Description
Is it possible to change the default CasperJS timeout using the `"casperFlags" ` property?
I tried a couple of iterations:
```json
"casperFlags": [
"--waitTimeout=20000"
],
```
```json
"casperFlags": [
"--wait-timeout=20000"
]
```
but neither worked, I still get randomly
```
CasperJS: Wait timeout of 5000ms expired, exiting.
```
on some test. Is it something that is at all possible to do?
Contributor guide
Assessment
This issue has not been assessed yet.