Skip to content

Commit

Permalink
Add highter test-timeout to sync-test w/ amazon mirror
Browse files Browse the repository at this point in the history
The pytest-timeout plugin was introduced to catch hanging tests, but the
global timeout value is too low for the "test_requires_urlencoded_paths",
which uses an amazon mirror.
  • Loading branch information
pedro-psb authored and dralley committed Sep 12, 2024
1 parent 5b9a278 commit 500793f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pulp_rpm/tests/functional/api/test_sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -752,6 +752,7 @@ def test_one_nevra_two_locations_and_checksums(init_and_sync):
pass


@pytest.mark.timeout(3600)
@pytest.mark.parallel
def test_requires_urlencoded_paths(init_and_sync):
"""Sync a repository known to FAIL when an RPM has non-urlencoded characters in its path.
Expand Down

0 comments on commit 500793f

Please sign in to comment.