Skip to content

Commit

Permalink
increase telemetry timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
mwhooker committed Jun 26, 2017
1 parent fd0474a commit 5e3a119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packer/telemetry.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5e3a119

Please sign in to comment.