increase telemetry report timeout

pull/5250/head
Matthew Hooker 9 years ago
parent 48d8670838
commit b05643cd47
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1

@ -113,7 +113,7 @@ func (c *CheckpointTelemetry) Finalize(command string, errCode int, err error) e
}
params.Payload = extra
ctx, cancel := context.WithTimeout(context.Background(), 550*time.Millisecond)
ctx, cancel := context.WithTimeout(context.Background(), 750*time.Millisecond)
defer cancel()
return checkpoint.Report(ctx, params)

Loading…
Cancel
Save