Skip to content

Commit

Permalink
extend test-upgrade timeout
Browse files Browse the repository at this point in the history
because it takes more for Pods to become ready due to moco-agent v0.10.0.

Signed-off-by: UMEZAWA Takeshi <[email protected]>
  • Loading branch information
umezawatakeshi committed Aug 14, 2023
1 parent c505a14 commit 031192a
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 @@ -59,7 +59,7 @@ test:
.PHONY: test-upgrade
test-upgrade:
env PATH=$$(pwd)/../bin:$$PATH RUN_E2E=1 UPGRADE=1 \
go test -v -race . -ginkgo.progress -ginkgo.v -ginkgo.failFast
go test -v -race -timeout 15m . -ginkgo.progress -ginkgo.v -ginkgo.failFast

.PHONY: logs
logs:
Expand Down

0 comments on commit 031192a

Please sign in to comment.