Skip to content

Commit

Permalink
increased command timeout, with newer bundles it seems we need some e…
Browse files Browse the repository at this point in the history
…xtra time to run the commands to import he bundle as an AMI.

This commit will increase the default timeout up to 40m

Signed-off-by: Adrian Riobo <ariobolo@redhat.com>
  • Loading branch information
adrianriobo committed Oct 8, 2024
1 parent 9e85ddf commit 4be45c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/util/command/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (

const (
// https://www.pulumi.com/docs/intro/concepts/resources/options/customtimeouts/
commandTimeout string = "20m"
commandTimeout string = "40m"
)

func CopyFile(ctx *pulumi.Context, resourceName string,
Expand Down

0 comments on commit 4be45c7

Please sign in to comment.