x/playground: timeout running program but locally it works fine #57294
Labels
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
What version of Go are you using (
go version
)?1.19 on playground
Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using (
go env
)?locally where it works fine I use this
What did you do?
I run this playground https://go.dev/play/p/540B1xaqNzs
What did you expect to see?
I expect the program to run fine on Playground
What did you see instead?
Playground throws a weird
timeout running program
, but if I run it locally it works just fine.The text was updated successfully, but these errors were encountered: