Skip to content

Commit

Permalink
set e2e timeout to 15m
Browse files Browse the repository at this point in the history
Signed-off-by: Manabu McCloskey <[email protected]>
  • Loading branch information
nabuskey committed Jun 6, 2024
1 parent 4a972e3 commit 76440fe
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 @@ -93,4 +93,4 @@ embedded-resources: kustomize helm

.PHONY: e2e
e2e: build
go test -v -p 1 --tags=e2e ./tests/e2e/...
go test -v -p 1 -timeout 15m --tags=e2e ./tests/e2e/...

0 comments on commit 76440fe

Please sign in to comment.