commit | d54c4ecc329c22a8a79dd4d91a4df8bf41920bf4 | [log] [tgz] |
---|---|---|
author | Andrew Gerrand <adg@golang.org> | Wed Mar 30 11:40:00 2011 +1100 |
committer | Andrew Gerrand <adg@golang.org> | Wed Mar 30 11:40:00 2011 +1100 |
tree | 87de5a7f03387836e644ccbd2162e3c373ad7900 | |
parent | 57c6d36f954bdc0fa60f4312d2e7b93e0fab7a46 [diff] |
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