From b8ad46b8082c8c8253a8c752f4b9d6a539f4689c Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Tue, 6 Aug 2019 10:14:58 +0700 Subject: [PATCH] XMLBearTest: Increase XMLBearDTDUrlTest timeout XMLBearDTDUrlTest times out regular on Travis Windows. Increase the timeout for that test to 120s. Related to https://github.com/coala/coala-bears/issues/2944 --- tests/xml2/XMLBearTest.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/xml2/XMLBearTest.py b/tests/xml2/XMLBearTest.py index 934ec25051..2bb926b1b6 100644 --- a/tests/xml2/XMLBearTest.py +++ b/tests/xml2/XMLBearTest.py @@ -74,6 +74,8 @@ def load_testdata(filename): settings={'xml_dtd': escape(dtd_file_path, '\\')}, tempfile_kwargs={'suffix': '.xml'}) + +@pytest.mark.timeout(120) XMLBearDTDUrlTest = verify_local_bear( XMLBear, valid_files=(valid_xml_url,),