We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 494de63 commit 2cf9dafCopy full SHA for 2cf9daf
1 file changed
test/cli/performance_test.py
@@ -146,8 +146,8 @@ def test_slow_exprid(tmpdir):
146
my_env["DISABLE_VALUEFLOW"] = "1"
147
cppcheck([filename], env=my_env)
148
149
-
150
-@pytest.mark.timeout(10)
+@pytest.mark.skipif(sys.platform == 'darwin', reason='GitHub macOS runners are too slow')
+@pytest.mark.timeout(20)
151
def test_stack_overflow_AST(tmpdir):
152
# 14435
153
filename = os.path.join(tmpdir, 'hang.cpp')
0 commit comments