]> Cypherpunks repositories - gostls13.git/commit
misc/cgo/testcarchive: increase timeout duration in TestOsSignal
authorMichael Munday <mike.munday@ibm.com>
Thu, 5 Jul 2018 13:54:50 +0000 (09:54 -0400)
committerMichael Munday <mike.munday@ibm.com>
Fri, 6 Jul 2018 13:55:35 +0000 (13:55 +0000)
commit0268a63ffadb6f56ac25962276ccd7c7b6edca08
treed141d39cd5a92450563f04307d6ddbbcb3b340d2
parentd32b305e7b480aaff0951aab24b65e5f6affc4a9
misc/cgo/testcarchive: increase timeout duration in TestOsSignal

This test is slightly flaky on the s390x builder and I suspect that
the 100ms timeout is a little too optimistic when the VM is starved.
Increase the timeout to 5s to match the other part of the test.

Fixes #26231.

Change-Id: Ia6572035fb3efb98749f2c37527d250a4c779477
Reviewed-on: https://go-review.googlesource.com/122315
Run-TryBot: Michael Munday <mike.munday@ibm.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
misc/cgo/testcarchive/src/libgo3/libgo3.go