Add the following to skaffold.yml. The Helm chart should install/upgrade within the 10min timeout:
deploy: helm: flags: upgrade: ["--timeout", "600s"] install: ["--timeout", "600s"]