Skip to content

Commit

Permalink
change timeout 180 -> 500
Browse files Browse the repository at this point in the history
  • Loading branch information
takara9 committed Oct 24, 2023
1 parent 76ae05b commit 0daf80b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ start:
$(KUBECTL) apply -f https://github.com/jetstack/cert-manager/releases/download/v$(CERT_MANAGER_VERSION)/cert-manager.yaml
$(KUBECTL) -n cert-manager wait --for=condition=available --timeout=180s --all deployments
$(KUBECTL) apply -k ../config/default
$(KUBECTL) -n nyamber wait --for=condition=available --timeout=180s --all deployments
$(KUBECTL) -n nyamber wait --for=condition=available --timeout=500s --all deployments

.PHONY: test
test:
Expand Down

0 comments on commit 0daf80b

Please sign in to comment.