Skip to content

Commit

Permalink
increase upsert timeout to 120 seconds (#405)
Browse files Browse the repository at this point in the history
Co-authored-by: Rahul Sharma <[email protected]>
  • Loading branch information
rahulait and rahulait authored Jul 9, 2024
1 parent 50d48df commit 51681b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ load("ext://k8s_attach", "k8s_attach")
load("ext://helm_resource", "helm_resource", "helm_repo")
load("ext://namespace", "namespace_create")
load("ext://restart_process", "docker_build_with_restart")
update_settings(k8s_upsert_timeout_secs=60)
update_settings(k8s_upsert_timeout_secs=120)

helm_repo(
"capi-operator-repo",
Expand Down

0 comments on commit 51681b7

Please sign in to comment.