Closed agnivade closed 3 months ago
We have a very similar issue https://github.com/hajimehoshi/ebiten/issues/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...