garris / garris/BackstopJS

Changing CasperJS default timeout

Open
#417 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.