Skip to content

Commit 2cf9daf

Browse files
Update performance_test.py
1 parent 494de63 commit 2cf9daf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/cli/performance_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ def test_slow_exprid(tmpdir):
146146
my_env["DISABLE_VALUEFLOW"] = "1"
147147
cppcheck([filename], env=my_env)
148148

149-
150-
@pytest.mark.timeout(10)
149+
@pytest.mark.skipif(sys.platform == 'darwin', reason='GitHub macOS runners are too slow')
150+
@pytest.mark.timeout(20)
151151
def test_stack_overflow_AST(tmpdir):
152152
# 14435
153153
filename = os.path.join(tmpdir, 'hang.cpp')

0 commit comments

Comments
 (0)