increase telemetry report timeout

This commit is contained in:
Matthew Hooker 2017-08-10 16:56:28 -07:00
parent 48d8670838
commit b05643cd47
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1
1 changed files with 1 additions and 1 deletions

View File

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