garris / garris/BackstopJS

WaitTimeoutError during test

Open
#537 21 comments 0 reactions 0 assignees View on GitHub
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

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.