Skip to content

Commit efae10d

Browse files
Matt PryorMoteHue
authored andcommitted
Bump timeout for Tilt deploys (azimuth-cloud#195)
1 parent dfef5e1 commit efae10d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tiltfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ TILT_IMAGES_UNAPPLY = os.path.abspath("./bin/tilt-images-unapply")
88
# Allow the use of the azimuth-dev context
99
allow_k8s_contexts("azimuth")
1010

11+
# Increase the timeout for applying to Kubernetes
12+
update_settings(k8s_upsert_timeout_secs = 600)
1113

1214
def deep_merge(dict1, dict2):
1315
"""

0 commit comments

Comments
 (0)