Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increase number of runscope messages checked for e2e tests
Since builds run in parallel, the e2e tests sometimes fail because their runscope messages are pushed down by other builds. We currently test against 7 ruby versions, and a maximum of 2 builds are triggered per PR (push + PR build). Checking 20 items should be sufficient to handle this workload.
- Loading branch information