Skip to content

Commit

Permalink
chore: increase timeout of e2e test to 30m
Browse files Browse the repository at this point in the history
  • Loading branch information
RafilxTenfen committed Aug 2, 2024
1 parent e10c032 commit 8dd3deb
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 @@ -255,7 +255,7 @@ endif
.PHONY: run-tests test test-all $(TEST_TARGETS)

test-e2e: build-docker-e2e
go test -mod=readonly -timeout=25m -v $(PACKAGES_E2E) -count=1 --tags=e2e
go test -mod=readonly -timeout=30m -v $(PACKAGES_E2E) -count=1 --tags=e2e

test-sim-nondeterminism:
@echo "Running non-determinism test..."
Expand Down

0 comments on commit 8dd3deb

Please sign in to comment.