1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
From: Jochen Sprickerhof <jspricke@debian.org>
Date: Fri, 17 Oct 2025 15:18:31 +0200
Subject: Drop test timeout (riscv64 is too slow)
---
cpplint_clitest.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/cpplint_clitest.py b/cpplint_clitest.py
index f3013d7..7483857 100755
--- a/cpplint_clitest.py
+++ b/cpplint_clitest.py
@@ -183,7 +183,6 @@ class TestNoRepoSignature(TemporaryFolderClassSetup):
if case.endswith(".def")
],
)
- @pytest.mark.timeout(180)
def test_samples(self, folder, case):
self.check_def(os.path.join(f"./samples/{folder}-sample", case + ".def"))
|