]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.9] runtime: deflake TestPeriodicGC
authorRuss Cox <rsc@golang.org>
Wed, 4 Oct 2017 16:28:20 +0000 (12:28 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 4 Oct 2017 16:47:06 +0000 (16:47 +0000)
commitd9e64910affe9298c1d5b60d7085a82dcf1c8454
tree9a4f1e472c5569b0cce81f7821701747a2ad73f7
parentc8aec4095e089ff6ac50d18e97c3f46561f14f48
[release-branch.go1.9] runtime: deflake TestPeriodicGC

It was only waiting 0.1 seconds for the two GCs it wanted.
Let it wait 1 second.

Change-Id: Ib3cdc8127cbf95694a9f173643c02529a85063af
Reviewed-on: https://go-review.googlesource.com/68118
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Chris Broadfoot <cbro@golang.org>
Reviewed-by: Austin Clements <austin@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/runtime/gc_test.go