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

Commit

Permalink
[epociask/no-issue-withdrawal-enforce] Update test limits
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethen Pociask committed Jun 28, 2023
1 parent 455a71a commit c4e72cd
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 @@ -10,7 +10,7 @@ GREEN = \033[0;32m
BLUE = \033[0;34m
COLOR_END = \033[0;39m

TEST_LIMIT = 60s
TEST_LIMIT = 120s

build-app:
@echo "$(BLUE)» building application binary... $(COLOR_END)"
Expand All @@ -31,7 +31,7 @@ test:

.PHONY: test-e2e
e2e-test:
@ go test ./e2e/...
@ go test ./e2e/... -timeout $(TEST_LIMIT)

.PHONY: lint
lint:
Expand Down

0 comments on commit c4e72cd

Please sign in to comment.