Skip to content

Commit

Permalink
test: Increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
khalifaa55 committed Sep 18, 2024
1 parent 7120294 commit 13969a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ test: generate ## run tests
@go test -coverprofile=coverage/coverage.out -covermode=count -timeout 25m ./...

e2e-test: generate ## Run e2e tests
@go test -timeout 60m -count=1 ./e2e/...
@go test -timeout 120m -count=1 ./e2e/...

e2e-test-windows: generate ## Run e2e tests on Windows
@go test -timeout 60m -count=1 -skip TestE2E_MonitoringStack ./e2e/...
@go test -timeout 120m -count=1 -skip TestE2E_MonitoringStack ./e2e/...

test-no-e2e: generate ## run tests excluding e2e
@mkdir -p coverage
Expand Down

0 comments on commit 13969a5

Please sign in to comment.