Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Commit

Permalink
[epociask/issue-160-slack-fix] Bump down parallel limit for CI E2E te…
Browse files Browse the repository at this point in the history
…sting
  • Loading branch information
Ethen Pociask committed Oct 20, 2023
1 parent 9b0e97a commit e81b7ab
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 @@ -31,7 +31,7 @@ test:

.PHONY: test-e2e
e2e-test:
@ go test ./e2e/... -timeout $(TEST_LIMIT) -deploy-config ../.devnet/devnetL1.json -parallel=4 -v
@ go test ./e2e/... -timeout $(TEST_LIMIT) -deploy-config ../.devnet/devnetL1.json -parallel=2 -v

.PHONY: lint
lint:
Expand Down

0 comments on commit e81b7ab

Please sign in to comment.