Skip to content

Commit

Permalink
fix(ci): makefile - increasing E2E Tests timeout (Checkmarx#4803)
Browse files Browse the repository at this point in the history
  • Loading branch information
cxlucas authored Feb 8, 2022
1 parent 7f0ad0c commit 0b4d662
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 @@ -152,7 +152,7 @@ test-e2e: build
test-e2e-dev: ## Run E2E tests
test-e2e-dev: build
$(call print-target)
E2E_KICS_BINARY=$(PWD)/bin/kics go test -tags dev "github.com/Checkmarx/kics/e2e" -v -timeout 1500s
E2E_KICS_BINARY=$(PWD)/bin/kics go test -tags dev "github.com/Checkmarx/kics/e2e" -v -timeout 2100s

.PHONY: cover
cover: ## generate coverage report
Expand Down

0 comments on commit 0b4d662

Please sign in to comment.