Skip to content

Commit

Permalink
Increase Radix build timeout (#493)
Browse files Browse the repository at this point in the history
  • Loading branch information
anders-kiaer authored Aug 30, 2021
1 parent f07ef6a commit b20234c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webviz_config/_deployment/radix_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def set_radix_secret(
context: str,
) -> None:

max_radix_build_time = 10 * 60
max_radix_build_time = 60 * 60
sleep_per_attempt = 10

for _ in range(max_radix_build_time // sleep_per_attempt):
Expand Down

0 comments on commit b20234c

Please sign in to comment.