]> Cypherpunks repositories - gostls13.git/commit
os/signal: increase test timeouts on ppc64*/linux
authorPaul E. Murphy <murp@ibm.com>
Wed, 28 Apr 2021 21:47:41 +0000 (16:47 -0500)
committerLynn Boger <laboger@linux.vnet.ibm.com>
Tue, 4 May 2021 17:37:39 +0000 (17:37 +0000)
commitda7496d84128be85a4db5b6fdf9029c48c867211
tree4efae302f190fe151c8e8c16cc1ef926648c4d9f
parentd83baa1aa22d074b44d8b705e1d8dafa30ecceb1
os/signal: increase test timeouts on ppc64*/linux

TestSignalTrace can take a bit longer to run on some
ppc64{,le} machines. I was only able to reproduce the
timeout reliably on a POWER8/ppc64le ubuntu 16.04 host.

Bump the timeout to 5 seconds.  This should be more than
sufficient for a test which occasionally takes a bit
longer to run on these builders.

Fixes #45773

Change-Id: I4177bb986561f714aabfa5b0ca44b1c90b1cd94f
Reviewed-on: https://go-review.googlesource.com/c/go/+/315049
Run-TryBot: Paul Murphy <murp@ibm.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
Trust: Lynn Boger <laboger@linux.vnet.ibm.com>
src/os/signal/signal_test.go