From d5ccd6ab649e915628e5f5768db1c78401249332 Mon Sep 17 00:00:00 2001 From: Matt Pryor Date: Fri, 6 Dec 2024 11:14:46 +0000 Subject: [PATCH] Bump timeout for Tilt deploys (#195) --- Tiltfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Tiltfile b/Tiltfile index 47ad9834..f83da3bf 100644 --- a/Tiltfile +++ b/Tiltfile @@ -8,6 +8,8 @@ TILT_IMAGES_UNAPPLY = os.path.abspath("./bin/tilt-images-unapply") # Allow the use of the azimuth-dev context allow_k8s_contexts("azimuth") +# Increase the timeout for applying to Kubernetes +update_settings(k8s_upsert_timeout_secs = 600) def deep_merge(dict1, dict2): """