mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-25 01:04:00 -04:00
increase telemetry report timeout
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user