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 051b545
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/xml2/XMLBearTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ 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 051b545

Please sign in to comment.