File: 0003-Drop-test-timeout-riscv64-is-too-slow.patch

package info (click to toggle)
cpplint 2.0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 3,656 kB
  • sloc: cpp: 13,681; python: 10,095; ansic: 854; sh: 30; makefile: 18
file content (20 lines) | stat: -rw-r--r-- 620 bytes parent folder | download | duplicates (2)
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"))