Skip to content

Commit c9bdecc

Browse files
committed
Fix: add timeout on helm uninstall --wait
1 parent 77c6e1a commit c9bdecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/upgrade/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ func cleanUpResources() {
566566
log.Println("Could not delete game servers", err)
567567
}
568568

569-
args = []string{"uninstall", "agones", "-n", "agones-system", "--wait"}
569+
args = []string{"uninstall", "agones", "-n", "agones-system", "--wait", "--timeout", "10m"}
570570
_, err = runExecCommand(HelmCmd, args...)
571571
if err != nil {
572572
log.Println("Could not Helm uninstall Agones", err)

0 commit comments

Comments
 (0)