Skip to content

Commit

Permalink
Increase testing timeout from 8 to 12 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
Munsio committed Jul 16, 2024
1 parent a367c7f commit 4fb01b9
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
@@ -1,7 +1,7 @@
export ROOT_DIR := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))

export PACKAGE_BASE := github.com/symflower/eval-dev-quality
export UNIT_TEST_TIMEOUT := 480
export UNIT_TEST_TIMEOUT := 720

ARGS := $(wordlist 2,$(words $(MAKECMDGOALS)),$(MAKECMDGOALS))
$(eval $(ARGS):;@:) # turn arguments into do-nothing targets
Expand Down

0 comments on commit 4fb01b9

Please sign in to comment.