Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix hanging call to httptest.Server.Close()
Sometimes httptest.Server.Close() seems to block forever. There's an issue that mentions this problem: golang/go#13032 That issue was supposed to be fixed but we still see this happening on sometimes. I'm going to lower the request interval in the hope that this gives the server enough time to shutdown.
- Loading branch information