From 88a1fbd4baacc64ea3982e899344736564f77da8 Mon Sep 17 00:00:00 2001 From: Dan Bungert Date: Fri, 10 Mar 2023 15:58:05 -0700 Subject: [PATCH] make: timeout on unit tests We aren't close to hitting this timeout in unit tests that I can see, but some of the asyncio tests I'm writing for now risk a hang and I don't want to get CI stuck. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 209d6ecc..b63697ae 100644 --- a/Makefile +++ b/Makefile @@ -78,6 +78,7 @@ flake8: .PHONY: unit unit: gitdeps + timeout 120 \ $(PYTHON) -m pytest --ignore curtin --ignore probert \ --ignore subiquity/tests/api