]> Cypherpunks repositories - gostls13.git/commit
os/signal: increase wait time for signal delivery time in testcase
authorLynn Boger <laboger@linux.vnet.ibm.com>
Wed, 12 Dec 2018 21:18:19 +0000 (16:18 -0500)
committerLynn Boger <laboger@linux.vnet.ibm.com>
Thu, 13 Dec 2018 12:14:18 +0000 (12:14 +0000)
commit5dc144c607cb355e9f4a01bfa0b8f054899156a2
treeef0268530aff1f21e1a4d1ae7d1df9db1d2a6316
parent944a9c7a4f2553998609351ee17111995cf80bb7
os/signal: increase wait time for signal delivery time in testcase

This increases the time to wait from 1 to 2 seconds in the
TestAtomicStop testcase. When running with gccgo on ppc64
& ppc64le on a loaded systems these testcases can
intermittently fail with the current value.

Updates #29046

Change-Id: If420274dd65926d933a3024903b5c757c300bd60
Reviewed-on: https://go-review.googlesource.com/c/153826
Run-TryBot: Lynn Boger <laboger@linux.vnet.ibm.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/os/signal/signal_test.go