Skip to content

Commit

Permalink
extend test 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 3d8134a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ endif
.PHONY: test
test:
env PATH="$$(pwd)/../bin:$$PATH" RUN_E2E=1 \
go test -v -race -timeout 30m . -ginkgo.progress -ginkgo.v -ginkgo.failFast
go test -v -race -timeout 40m . -ginkgo.progress -ginkgo.v -ginkgo.failFast

.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 3d8134a

Please sign in to comment.