19099: Update tests to new crunchrun.Gateway fields.
[arvados.git] / lib / crunchrun / executor_test.go
index ea8eedaa1be2a3ccdda93759aacdeed55e3f23b7..c516a8b98443a7ce2ec1d6d644909ccf92f98c25 100644 (file)
@@ -183,7 +183,7 @@ func (s *executorSuite) TestIPAddress(c *C) {
        c.Assert(s.executor.Start(), IsNil)
        starttime := time.Now()
 
-       ctx, cancel := context.WithDeadline(context.Background(), time.Now().Add(2*time.Second))
+       ctx, cancel := context.WithDeadline(context.Background(), time.Now().Add(10*time.Second))
        defer cancel()
 
        for ctx.Err() == nil {