Merge pull request #4208 from estesp/moar-startup-time

Allow more time for containerd to start for integration
This commit is contained in:
Phil Estes 2020-04-23 14:35:25 -04:00 committed by GitHub
commit 36952e989a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) client, err := ctrd.waitForStart(waitCtx)
waitCancel() waitCancel()
if err != nil { if err != nil {