Skip to content

Commit

Permalink
Increase timeout when waiting for onos components to start (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
ray-milkey authored Apr 2, 2021
1 parent dadafaa commit 96561d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ $(M)/ric: | $(M)/helm-ready $(M)/atomix
$(FB_AH_ARGS) \
sd-ran \
$(SDRANCHARTDIR)/sd-ran && \
kubectl wait pod -n $(RIAB_NAMESPACE) --for=condition=Ready -l app=onos --timeout=300s
kubectl wait pod -n $(RIAB_NAMESPACE) --for=condition=Ready -l app=onos --timeout=600s
touch $@

$(M)/omec: | $(M)/helm-ready $(M)/fabric
Expand Down

0 comments on commit 96561d3

Please sign in to comment.