Skip to content

Commit f7130c3

Browse files
authored
fixed #14495 - test/cli/performance_test.py::test_stack_overflow_AST: increased timeout (#8226)
1 parent 6d03304 commit f7130c3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/cli/performance_test.py

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

149-
@pytest.mark.skipif(sys.platform == 'darwin', reason='GitHub macOS runners are too slow')
150-
@pytest.mark.timeout(30)
149+
@pytest.mark.timeout(35)
151150
def test_stack_overflow_AST(tmpdir):
152151
# 14435
153152
filename = os.path.join(tmpdir, 'hang.cpp')

0 commit comments

Comments
 (0)