]> Cypherpunks repositories - gostls13.git/commit
os/signal: scale back the solaris-amd64-oraclerel settle time
authorBryan C. Mills <bcmills@google.com>
Fri, 29 Apr 2022 20:56:12 +0000 (16:56 -0400)
committerGopher Robot <gobot@golang.org>
Sat, 30 Apr 2022 02:35:50 +0000 (02:35 +0000)
commit0ebe224628bdf336b68b3d1c255ff58df2b070b0
tree4966e05d284afe8cbc2ca7f8af3463b090c1fc07
parent11a650bb4aabfd7998b61df3ac33f61831d7abff
os/signal: scale back the solaris-amd64-oraclerel settle time

The settleTime is arbitrary. Ideally we should refactor the test to
avoid it (using subprocesses instead of sleeps to isolate tests from
each others' delayed signals), but as a shorter-term workaround let's
try scaling it back to match linux/ppc64 (the other builder that
empirically requires a longer settleTime).

For #51054.
Updates #33174.

Change-Id: I574fffaadd74c52c13d63974e87f20b6d3cf3c4b
Reviewed-on: https://go-review.googlesource.com/c/go/+/403199
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Bryan Mills <bcmills@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: Bryan Mills <bcmills@google.com>
src/os/signal/signal_test.go