Skip to content

Commit

Permalink
increase timeout value for test_issue_5724 (#6241)
Browse files Browse the repository at this point in the history
  • Loading branch information
moodyhunter authored Apr 9, 2022
1 parent 52daa83 commit 7a856be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/checkers/unittest_refactoring.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def test_process_tokens() -> None:
assert cm.value.code == 0


@pytest.mark.timeout(25)
@pytest.mark.timeout(60)
def test_issue_5724() -> None:
"""Regression test for parsing of pylint disable pragma's."""
with pytest.raises(SystemExit) as cm:
Expand Down

0 comments on commit 7a856be

Please sign in to comment.