Skip to content

Commit 65123ff

Browse files
Increase timeout (thread sanitizer)
1 parent 2cf9daf commit 65123ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/cli/performance_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def test_slow_exprid(tmpdir):
147147
cppcheck([filename], env=my_env)
148148

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

0 commit comments

Comments
 (0)