Skip to content

Commit

Permalink
tests: add E2E_TEST_TIMEOUT variable for specifying e2e test suite ti…
Browse files Browse the repository at this point in the history
…meout (#355)
  • Loading branch information
pmalek authored Jun 20, 2024
1 parent 9fc6774 commit 2ef9a40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ docker.push:
GOTESTSUM_FORMAT ?= standard-verbose
INTEGRATION_TEST_TIMEOUT ?= "30m"
CONFORMANCE_TEST_TIMEOUT ?= "20m"
E2E_TEST_TIMEOUT ?= "20m"

.PHONY: test
test: test.unit
Expand Down Expand Up @@ -354,6 +355,7 @@ test.integration_provision_dataplane_fail:
_test.e2e: gotestsum
GOTESTSUM_FORMAT=$(GOTESTSUM_FORMAT) \
$(GOTESTSUM) -- $(GOTESTFLAGS) \
-timeout $(E2E_TEST_TIMEOUT) \
-ldflags "$(LDFLAGS_COMMON) $(LDFLAGS) $(LDFLAGS_METADATA)" \
-race \
./test/e2e/...
Expand Down

0 comments on commit 2ef9a40

Please sign in to comment.