We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7686f0b commit b8ad46bCopy full SHA for b8ad46b
tests/xml2/XMLBearTest.py
@@ -74,6 +74,8 @@ def load_testdata(filename):
74
settings={'xml_dtd': escape(dtd_file_path, '\\')},
75
tempfile_kwargs={'suffix': '.xml'})
76
77
+
78
+@pytest.mark.timeout(120)
79
XMLBearDTDUrlTest = verify_local_bear(
80
XMLBear,
81
valid_files=(valid_xml_url,),
0 commit comments