diff --git a/test/cli/performance_test.py b/test/cli/performance_test.py index fe3408a2e61..55da3b3b04e 100644 --- a/test/cli/performance_test.py +++ b/test/cli/performance_test.py @@ -146,8 +146,7 @@ def test_slow_exprid(tmpdir): my_env["DISABLE_VALUEFLOW"] = "1" cppcheck([filename], env=my_env) -@pytest.mark.skipif(sys.platform == 'darwin', reason='GitHub macOS runners are too slow') -@pytest.mark.timeout(30) +@pytest.mark.timeout(35) def test_stack_overflow_AST(tmpdir): # 14435 filename = os.path.join(tmpdir, 'hang.cpp')