]> Cypherpunks repositories - gostls13.git/commit
time: give TestTicker more time on darwin-arm64
authorIan Lance Taylor <iant@golang.org>
Tue, 19 Nov 2019 15:00:45 +0000 (07:00 -0800)
committerIan Lance Taylor <iant@golang.org>
Tue, 19 Nov 2019 16:24:02 +0000 (16:24 +0000)
commit96c9f3aa005001f9b316208220328a5178c6e967
tree9b134a4c5a425c543abe09f4398ab437af4da25d
parent580337e268a0581bc537e67ca4005b7682be5d66
time: give TestTicker more time on darwin-arm64

The darwin-arm64-correlium builder was failing the test consistently
at the old values. Give the ticks more time to let the test pass.

Updates #35692

Change-Id: Ibc636cd4db2595c82f4e8c6c822c3df4c2b7e0a1
Reviewed-on: https://go-review.googlesource.com/c/go/+/207839
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/time/tick_test.go