increase telemetry timeout
This commit is contained in:
parent
fd0474a97f
commit
5e3a119069
|
@ -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(), 450*time.Millisecond)
|
ctx, cancel := context.WithTimeout(context.Background(), 550*time.Millisecond)
|
||||||
defer cancel()
|
defer cancel()
|
||||||
|
|
||||||
return checkpoint.Report(ctx, params)
|
return checkpoint.Report(ctx, params)
|
||||||
|
|
Loading…
Reference in New Issue