Skip to content

Commit

Permalink
adjust timeout for github ci
Browse files Browse the repository at this point in the history
  • Loading branch information
danmar committed Nov 25, 2023
1 parent bd8c6d8 commit dcb12fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cli/test-performance.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def test_slow_large_constant_expression(tmpdir):

cppcheck([filename])

@pytest.mark.timeout(60)
@pytest.mark.timeout(180)
def test_slow_exprid(tmpdir):
# 12210
filename = os.path.join(tmpdir, 'hang.c')
Expand Down

0 comments on commit dcb12fa

Please sign in to comment.