9005: Share http Transports and Clients across KeepClients.
[arvados.git] / services / keepproxy / keepproxy_test.go
index 4e856262dd1827395df6c54c99a5c68cfb18432a..2c672f06339faf3cf01c186532894c9ee04096ea 100644 (file)
@@ -185,7 +185,7 @@ func (s *ServerRequiredSuite) TestPutWrongContentLength(c *C) {
        // fixes the invalid Content-Length header. In order to test
        // our server behavior, we have to call the handler directly
        // using an httptest.ResponseRecorder.
-       rtr := MakeRESTRouter(true, true, kc)
+       rtr := MakeRESTRouter(true, true, kc, 10*time.Second)
 
        type testcase struct {
                sendLength   string