Skip to content

Commit

Permalink
fix: longer ftl status wait (#3336)
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartwdouglas authored Nov 6, 2024
1 parent e5158ed commit 03861f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ wait-for-kube:
kubectl wait --for=condition=ready pod/ftl-postgresql-0 --timeout=5m
kubectl wait --for=condition=available deployment/ftl-controller --timeout=5m
sleep 1
ftl status
ftl status || sleep 5 && ftl status


setup-registry:
Expand Down

0 comments on commit 03861f5

Please sign in to comment.