Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use old async timer chan for e2e tests
We are getting some flakyness with tests crashing on time.Sleep. I am guessing it's a go1.23 change that is causing this, see: https://go.dev/wiki/Go123Timer try to use the old async timer chan to see if it fixes the issue.
- Loading branch information