Radish alpha
r
Radicle CI broker
Radicle
Git (anonymous pull)
Log in to clone via SSH
build(Makefile): limit duration of test runs
Lars Wirzenius committed 9 months ago
commit 3f98488107f54f2eaaa475b2629785fa319a34b8
parent ac9261bb8e669cee9562e29da44a7e0308dcc490
1 file changed +2 -2
modified Makefile
@@ -10,10 +10,10 @@ build:
	cargo build --all-targets

fast-test: build
-
	cargo test -- --skip upgrades $(TESTS)
+
	timeout 60 cargo test -- --skip upgrades $(TESTS)

test: fast-test
-
	cargo test  -- $(TESTS)
+
	timeout 300 cargo test  -- $(TESTS)

.PHONY: doc
doc: