Closed
Description
go1.13.5 amd64p32
If Duration is at least around MaxInt64 / 4, time.Sleep returns immediately. This doesn't happen at MaxInt64 / 8.
https://play.golang.org/p/nC3KiDrY_vr
What did you expect to see?
The script should start sleeping.
What did you see instead?
time.Sleep returns immediately.