Radish alpha
r
rad:zwTxygwuz5LDGBq255RA2CbNGrz8
Radicle CI broker
Radicle
Git
build(Makefile): limit duration of test runs
Lars Wirzenius committed 8 months ago
commit 3f98488107f54f2eaaa475b2629785fa319a34b8
parent ac9261b
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: