Skip to content

Commit

Permalink
Set the Ginkgo timeout to 5 hours.
Browse files Browse the repository at this point in the history
Signed-off-by: Xun Jiang <blackpigletbruce@gmail.com>
  • Loading branch information
blackpiglet committed Jul 24, 2024
1 parent e862b97 commit fcc784e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ run-e2e: ginkgo
-v \
--junit-report report.xml \
--label-filter="$(GINKGO_LABELS)" \
--timeout=5h \
./e2e \
-- $(COMMON_ARGS) \
--upgrade-from-velero-cli=$(UPGRADE_FROM_VELERO_CLI) \
Expand Down Expand Up @@ -208,6 +209,7 @@ run-perf: ginkgo
-v \
--junit-report report.xml \
--label-filter="$(GINKGO_LABELS)" \
--timeout=5h \
./perf \
-- $(COMMON_ARGS) \
--nfs-server-path=$(NFS_SERVER_PATH) \
Expand Down

0 comments on commit fcc784e

Please sign in to comment.