increase telemetry timeout

This commit is contained in:
Matthew Hooker 2017-06-26 10:36:31 -07:00
parent fd0474a97f
commit 5e3a119069
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
ctx, cancel := context.WithTimeout(context.Background(), 450*time.Millisecond)
ctx, cancel := context.WithTimeout(context.Background(), 550*time.Millisecond)
defer cancel()
return checkpoint.Report(ctx, params)