Skip to content

Commit

Permalink
image: increase AWS image upload wait time to 30 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
malt3 committed Sep 25, 2023
1 parent e6a931c commit 00b73e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/osimage/aws/awsupload.go
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ func toPtr[T any](v T) *T {

const (
waitInterval = 15 * time.Second
maxWait = 15 * time.Minute
maxWait = 30 * time.Minute
timestampFormat = "20060102150405"
)

Expand Down

0 comments on commit 00b73e2

Please sign in to comment.