diff --git a/runsc/sandbox/sandbox.go b/runsc/sandbox/sandbox.go index 65ef57c1d..7ef63426b 100644 --- a/runsc/sandbox/sandbox.go +++ b/runsc/sandbox/sandbox.go @@ -1462,7 +1462,7 @@ func (s *Sandbox) waitForStopped() error { return nil } - ctx, cancel := context.WithTimeout(context.Background(), 15*time.Second) + ctx, cancel := context.WithTimeout(context.Background(), 45*time.Second) defer cancel() b := backoff.WithContext(backoff.NewConstantBackOff(100*time.Millisecond), ctx) op := func() error {