holepunchto / hyperswarm

A distributed networking stack for connecting peers.
https://docs.holepunch.to
MIT License
1.03k stars 84 forks source link

Add xl backoff to tests #143

Closed HDegroote closed 1 year ago

HDegroote commented 1 year ago

When tests pass a backoffs option, they only defined 3, but RetryTimer expects 4, so it ends up setting the last timer as NaN. This wasn't impacting the tests, but with this PR it's no longer NaN.