Skip to content

Commit b8ad46b

Browse files
committed
XMLBearTest: Increase XMLBearDTDUrlTest timeout
XMLBearDTDUrlTest times out regular on Travis Windows. Increase the timeout for that test to 120s. Related to coala#2944
1 parent 7686f0b commit b8ad46b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/xml2/XMLBearTest.py

+2
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ def load_testdata(filename):
7474
settings={'xml_dtd': escape(dtd_file_path, '\\')},
7575
tempfile_kwargs={'suffix': '.xml'})
7676

77+
78+
@pytest.mark.timeout(120)
7779
XMLBearDTDUrlTest = verify_local_bear(
7880
XMLBear,
7981
valid_files=(valid_xml_url,),

0 commit comments

Comments
 (0)