Skip to content

Commit

Permalink
bump healthcheck timeout to 45 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
hubertdeng123 committed Dec 30, 2024
1 parent 1c85390 commit 95f18e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devservices/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@
DEVSERVICES_CACHE_DIR, "latest_version.txt"
)
DEVSERVICES_LATEST_VERSION_CACHE_TTL = timedelta(minutes=15)
HEALTHCHECK_TIMEOUT = 30
HEALTHCHECK_TIMEOUT = 45
HEALTHCHECK_INTERVAL = 5

0 comments on commit 95f18e7

Please sign in to comment.