interledgerjs / five-bells-integration-test

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

fix: call to sleep is no longer necessary #78

Closed dappelt closed 7 years ago

dappelt commented 7 years ago

sleep was used to delay the test execution because of this issue: https://github.com/interledgerjs/five-bells-ledger/issues/402 Since the issue is solved, the calls to sleep can be cleaned up.