Skip to content

Commit

Permalink
fix: first time install cost tool need time to pull images, extend th…
Browse files Browse the repository at this point in the history
…e timeout
  • Loading branch information
aiwantaozi authored and alexcodelf committed Mar 29, 2023
1 parent 5ae3a1c commit ae650fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/costs/deployer/helm.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
)

const (
timeout = 3 * time.Minute
timeout = 5 * time.Minute
)

type ChartApp struct {
Expand Down

0 comments on commit ae650fe

Please sign in to comment.