18790: Error out instead of retrying if server is too old.
[arvados.git] / cmd / arvados-client / container_gateway_test.go
index fbab4990027aa3b429ff2db7f5d31111ddc1b01c..a49a58bf4d2e7b4b22b7099c3533149a6d47b42e 100644 (file)
@@ -184,7 +184,7 @@ func (s *ClientSuite) TestShellGateway(c *check.C) {
 
 func (s *ClientSuite) TestContainerLog(c *check.C) {
        arvadostest.StartKeep(2, true)
-       ctx, cancel := context.WithDeadline(context.Background(), time.Now().Add(20*time.Second))
+       ctx, cancel := context.WithDeadline(context.Background(), time.Now().Add(30*time.Second))
        defer cancel()
 
        rpcconn := rpc.NewConn("",