]> Cypherpunks repositories - gostls13.git/commit
time: make TestAfterQueuing retry 3 times before declaring failure.
authorAndrew Gerrand <adg@golang.org>
Wed, 30 Mar 2011 00:40:00 +0000 (11:40 +1100)
committerAndrew Gerrand <adg@golang.org>
Wed, 30 Mar 2011 00:40:00 +0000 (11:40 +1100)
commitd54c4ecc329c22a8a79dd4d91a4df8bf41920bf4
tree87de5a7f03387836e644ccbd2162e3c373ad7900
parent57c6d36f954bdc0fa60f4312d2e7b93e0fab7a46
time: make TestAfterQueuing retry 3 times before declaring failure.

I'm in two minds as to whether this should be a function of gotest.
Tests that can flake out like this should be rare enough that we
needn't add more mechanism.

R=r
CC=golang-dev
https://golang.org/cl/4335042
src/pkg/time/sleep_test.go