defenseunicorns / pkg

Common Go modules maintained by Defense Unicorns
Apache License 2.0
5 stars 4 forks source link

test: fix flakes on retry #82

Closed AustinAbro321 closed 4 months ago

AustinAbro321 commented 4 months ago

Description

Because we changed to the non blocking timer.C there is now some flakey race conditions in our tests. This PR fixes those.