From 3a66d09a7b7cfaf89808047d5d2d4497418e8abc Mon Sep 17 00:00:00 2001 From: Christian Theune Date: Sun, 4 Feb 2024 08:14:41 +0100 Subject: [PATCH] pytest: increase timeout, the mypy tests currently time out on GA macos --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index dff5503..eefc940 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,3 +1,3 @@ [pytest] -addopts = --timeout=30 --mypy --cov=src --cov-report=html --ignore lib --ignore lib64 --strict-markers +addopts = --timeout=60 --mypy --cov=src --cov-report=html --ignore lib --ignore lib64 --strict-markers testpaths = src/aramaki