Merge pull request #4208 from estesp/moar-startup-time
Allow more time for containerd to start for integration
This commit is contained in:
commit
36952e989a
@ -108,7 +108,7 @@ func TestMain(m *testing.M) {
|
||||
}
|
||||
}
|
||||
|
||||
waitCtx, waitCancel := context.WithTimeout(ctx, 2*time.Second)
|
||||
waitCtx, waitCancel := context.WithTimeout(ctx, 4*time.Second)
|
||||
client, err := ctrd.waitForStart(waitCtx)
|
||||
waitCancel()
|
||||
if err != nil {
|
||||
|
Loading…
Reference in New Issue
Block a user