Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix flaky test #185

Merged
merged 1 commit into from
Oct 25, 2023
Merged

fix flaky test #185

merged 1 commit into from
Oct 25, 2023

Conversation

jakecoffman
Copy link
Member

This test tends to fail because the server hasn't had a chance to start. Most likely the goroutine hasn't even run. Putting in a short sleep is the easy way to fix it. Other solutions would require refactor to allow for starting a listener and then passing it into Input. I'm good with the sleep 😄

@jakecoffman jakecoffman requested a review from a team as a code owner October 25, 2023 20:02
@jakecoffman jakecoffman enabled auto-merge (squash) October 25, 2023 20:11
@jakecoffman jakecoffman merged commit fe5628e into main Oct 25, 2023
41 checks passed
@jakecoffman jakecoffman deleted the jakecoffman/fix-flaky-test branch October 25, 2023 20:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants