From 82ad3fbd78e11ce0e9b6ed666fa1c6332813e7d9 Mon Sep 17 00:00:00 2001 From: Moody Date: Sat, 9 Apr 2022 12:38:27 +0100 Subject: [PATCH] increase timeout value for test_issue_5724 --- tests/checkers/unittest_refactoring.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/checkers/unittest_refactoring.py b/tests/checkers/unittest_refactoring.py index fda53098d7..37a40a4729 100644 --- a/tests/checkers/unittest_refactoring.py +++ b/tests/checkers/unittest_refactoring.py @@ -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: