Skip to content

Commit

Permalink
XMLBearTest: Increase XMLBearDTDUrlTest timeout
Browse files Browse the repository at this point in the history
XMLBearDTDUrlTest times out regular on Travis Windows.
Increase the timeout for that test to 120s.

Related to coala#2944
  • Loading branch information
jayvdb committed Aug 6, 2019
1 parent 7686f0b commit b8ad46b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/xml2/XMLBearTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,),
Expand Down

0 comments on commit b8ad46b

Please sign in to comment.