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