]> Cypherpunks repositories - gostls13.git/commit
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:57:26 +0000 (16:57 +0000)
commit3a35e0253c8344ae4efb975e4bdc0cc53b841e0a
tree75bd612109fcc867605034c1846b8069cd5aa068
parent678ce976357ef6a60a603d0b0f9d661f8db353c2
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/68151
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Austin Clements <austin@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/runtime/gc_test.go