1 parent 46e7ac8 commit 50e8a1fCopy full SHA for 50e8a1f
1 file changed
test/cli/performance_test.py
@@ -441,7 +441,7 @@ def test_slow_many_headers(tmpdir):
441
442
443
@pytest.mark.skipif(sys.platform == 'darwin', reason='GitHub macOS runners are too slow')
444
-@pytest.mark.timeout(10)
+@pytest.mark.timeout(5)
445
def test_large_number_of_violations_and_suppressions(tmpdir):
446
filename_main = os.path.join(tmpdir, 'main.c')
447
# This name causes the PathMatch::match() to iterate ~70 times, which is not unrealistic for a header file placed in subdirs.
0 commit comments