Skip to content

Commit

Permalink
chore: increase test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
KnisterPeter committed Dec 20, 2022
1 parent f3bac10 commit b018983
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 @@ -8,7 +8,7 @@ act-build: patch

.PHONY: act-test
act-test: patch
cd act && go test -v ./...
cd act && go test -v -timeout 15m ./...

.PHONY: clean
clean:
Expand Down

0 comments on commit b018983

Please sign in to comment.