]> Cypherpunks repositories - gostls13.git/commit
test: deflake locklinear a little
authorRuss Cox <rsc@golang.org>
Fri, 24 Feb 2017 21:01:50 +0000 (16:01 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 24 Feb 2017 21:18:21 +0000 (21:18 +0000)
commit349b7820eb8bd30d42afad945b22e4e9fe74eff1
treef9215ce1e4ab01182a6b0ef641085efa062a576e
parent67fcd9c5d9f84e4f66df1e357ca9f76523ecff4e
test: deflake locklinear a little

This should help on the openbsd systems where the test mostly passes.

I don't expect it to help on s390x where the test reliably fails.
But it should give more information when it does fail.

For #19276.

Change-Id: I496c291f2b4b0c747b8dd4315477d87d03010059
Reviewed-on: https://go-review.googlesource.com/37348
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
test/locklinear.go