WaitTimeoutError during test
Open
- Dominant language
- JavaScript
- Stars
- 7.2k
- Forks
- 621
- PR merge metrics
- No merged PRs in 30d
Description
Helo!
After an error on Travis (https://github.com/OnetapInc/chromy/issues/62), I try to reduce async limit to pass test.
```
asyncCaptureLimit: 5,
asyncCompareLimit: 50
```
But nothing change 😢 : https://travis-ci.org/20minutes/colette/builds/271137302
Then I try with
```
asyncCaptureLimit: 1,
asyncCompareLimit: 1
```
https://travis-ci.org/20minutes/colette/builds/271199288
I don’t know why it’s green even if i have no result of the test…
Contributor guide
Assessment
This issue has not been assessed yet.