]> Cypherpunks repositories - gostls13.git/commit
runtime: deflake TestPreemptionAfterSyscall
authorAustin Clements <austin@google.com>
Tue, 18 Jan 2022 21:27:40 +0000 (16:27 -0500)
committerAustin Clements <austin@google.com>
Wed, 19 Jan 2022 15:34:05 +0000 (15:34 +0000)
commitca33b34e17b5f4673a40c894a4f807c01d1ecebe
tree6808396d19bb2677e436fe8d13a19c85f5b3a8b4
parent2a061fdd47ccb5420229ce5f9f057e194be76995
runtime: deflake TestPreemptionAfterSyscall

This test occasionally takes very slightly longer than the 3 second
timeout on slow builders (especially windows-386-2008), so increase
the timeout to 5 seconds. It fails with much longer timeouts on Plan
9, so skip it as flaky there.

Updates #41015.

Change-Id: I426a7adfae92c18a0f8a223dd92762b0b91565e1
Reviewed-on: https://go-review.googlesource.com/c/go/+/379214
Trust: Austin Clements <austin@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Bryan Mills <bcmills@google.com>
src/runtime/proc_test.go