diff --git a/Makefile b/Makefile index e0980177..e39b561b 100644 --- a/Makefile +++ b/Makefile @@ -133,7 +133,7 @@ test-e2e-cli: E2E_RHOBS_API_URL="${RHOBS_API_URL}" \ ROSACTL_BIN="${ROSACTL_BIN}" \ AWS_REGION="${AWS_REGION}" \ - ginkgo -vv --junit-report=junit-cli.xml \ + ginkgo -vv --timeout=2h --junit-report=junit-cli.xml \ --output-dir=$(TEST_OUTPUT_DIR) ./test/e2e-cli test-e2e-platform-monitoring: @@ -335,4 +335,4 @@ verify: git diff --exit-code go.mod go.sum # All checks -all: deps fmt vet lint test build +all: deps fmt vet lint test build \ No newline at end of file