]> Cypherpunks repositories - gostls13.git/commit
net: increase timing slop in TimeoutFluctuation tests on NetBSD and OpenBSD
authorBryan C. Mills <bcmills@google.com>
Wed, 15 Dec 2021 15:46:11 +0000 (10:46 -0500)
committerBryan Mills <bcmills@google.com>
Wed, 15 Dec 2021 22:33:52 +0000 (22:33 +0000)
commitc9ffcca7848e2c59a75f97801617322bb054c3fd
tree9edc805d8ab541bcc555dcd05d52a113c014f99d
parent58e8e26924ed113a8d5f4187c36ca6ef13f29fb2
net: increase timing slop in TimeoutFluctuation tests on NetBSD and OpenBSD

Decrease the slop everywhere else, since NetBSD and OpenBSD seem to be
the only ones that miss by that much.

For #50189
Updates #36108

Change-Id: I22ac39cc7c254e40358fcd933b5a6016629602c3
Reviewed-on: https://go-review.googlesource.com/c/go/+/372215
Trust: Bryan Mills <bcmills@google.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/net/timeout_test.go