X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/d506da189ae39bbf86f53e7cd9cda0db45a54695..b02372d2d0ddb9ec7c8a70581b2f4358c6f9c825:/services/keepproxy/keepproxy_test.go diff --git a/services/keepproxy/keepproxy_test.go b/services/keepproxy/keepproxy_test.go index 7efba2348b..2c73e2d104 100644 --- a/services/keepproxy/keepproxy_test.go +++ b/services/keepproxy/keepproxy_test.go @@ -32,8 +32,8 @@ import ( . "gopkg.in/check.v1" ) -// Gocheck boilerplate func Test(t *testing.T) { + keepclient.DefaultRetryDelay = time.Millisecond TestingT(t) } @@ -346,7 +346,7 @@ func (s *ServerRequiredSuite) TestPutAskGet(c *C) { } { - reader, _, _, err := kc.Get(hash) + reader, _, _, err := kc.Get(hash + "+3") c.Check(reader, Equals, nil) c.Check(err, Equals, keepclient.BlockNotFound) c.Log("Finished Get (expected BlockNotFound)")