Skip to content

Commit

Permalink
bump up timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-burt committed Sep 5, 2024
1 parent cc8880d commit 5f54cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm/internal/ds/helm3/helm3_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ func TestRunTemplate(t *testing.T) {

mockConfigProvider := func(varName string) (string, error) {
if varName == "config-var-name" {
return `{"command": "helm", "timeout": "15s"}`, nil
return `{"command": "helm", "timeout": "30s"}`, nil
}
return "", nil
}
Expand Down

0 comments on commit 5f54cb9

Please sign in to comment.