-
Notifications
You must be signed in to change notification settings - Fork 24
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
Flaky test TestRun/panic_fails in Windows #59
Comments
We have a very similar issue hajimehoshi/ebiten#2982 |
https://pkg.go.dev/github.com/chromedp/chromedp#WSURLReadTimeout Would it be possible to adjust the timeout? |
Hmm .. the default value seems 20 seconds which should be more than enough. I could increase it, but it would just push the goal post. I wonder if there's a deeper problem here. |
Re-ran tests multiple times with the associated PR. Looks like the problem is gone now. |
Well, no. It fails in master. Reopening, and skipping the test on Windows for now. |
Apparently the issue was resolved. Thank you very much! |
This still happens on Linux https://github.com/hajimehoshi/ebiten/actions/runs/10322461269/job/28577724123 |
Go 1.19 is quite old. I am not 100% if that plays any role or not, but I only test with supported Go releases. |
Sure, I'll let you know when the same thing happens with the supported Go releases... |
Reopening again. |
The text was updated successfully, but these errors were encountered: