Skip to content

Commit

Permalink
Bump timeout for Tilt deploys (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkjpryor authored Dec 6, 2024
1 parent 9515fd3 commit d5ccd6a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -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):
"""
Expand Down

0 comments on commit d5ccd6a

Please sign in to comment.