Skip to content

Commit 50e8a1f

Browse files
committed
5s timeout for performance test using suppressions
1 parent 46e7ac8 commit 50e8a1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/cli/performance_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ def test_slow_many_headers(tmpdir):
441441

442442

443443
@pytest.mark.skipif(sys.platform == 'darwin', reason='GitHub macOS runners are too slow')
444-
@pytest.mark.timeout(10)
444+
@pytest.mark.timeout(5)
445445
def test_large_number_of_violations_and_suppressions(tmpdir):
446446
filename_main = os.path.join(tmpdir, 'main.c')
447447
# This name causes the PathMatch::match() to iterate ~70 times, which is not unrealistic for a header file placed in subdirs.

0 commit comments

Comments
 (0)