]> Cypherpunks repositories - gostls13.git/commit
context: attempt to deflake timing tests
authorBrad Fitzpatrick <bradfitz@golang.org>
Mon, 11 Apr 2016 18:16:55 +0000 (18:16 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 11 Apr 2016 23:15:02 +0000 (23:15 +0000)
commit501ddf7189cf97ef27eb870ad134a312f80ae585
treeedb3fe684c5e7987200fa73fd4d4755b9e2cb449
parentd1feddb7ae6389ee4175ee85b7168cf58a04b952
context: attempt to deflake timing tests

Passes on OpenBSD now when running it with -count=500.

Presumably this will also fix the same problems seen on FreeBSD and
Windows.

Fixes #15158

Change-Id: I86451c901613dfa5ecff0c2ecc516527a3c011b3
Reviewed-on: https://go-review.googlesource.com/21840
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Andrew Gerrand <adg@golang.org>
src/context/context_test.go
src/context/withtimeout_test.go