interledgerjs / five-bells-integration-test

A module to help with testing Five Bells components against each other
Other
2 stars 3 forks source link

Reduce number of sleep statements #74

Open michielbdejong opened 7 years ago

michielbdejong commented 7 years ago

Reduce number of sleep statements in https://github.com/interledgerjs/five-bells-integration-test/blob/master/src/tests/ilp-kit.js, as discussed in https://github.com/interledgerjs/five-bells-integration-test/pull/70#discussion_r110183922.

For this, it's not enough that the integration tests pass on circleci, they also need to pass when run locally with docker, as described in the readme.