From 500793f64fb79400a2f3440e6219f2cd5e0d9d92 Mon Sep 17 00:00:00 2001 From: Pedro Brochado Date: Thu, 12 Sep 2024 09:17:51 -0300 Subject: [PATCH] Add highter test-timeout to sync-test w/ amazon mirror 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. --- pulp_rpm/tests/functional/api/test_sync.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pulp_rpm/tests/functional/api/test_sync.py b/pulp_rpm/tests/functional/api/test_sync.py index 4621d94f3..3779302ba 100644 --- a/pulp_rpm/tests/functional/api/test_sync.py +++ b/pulp_rpm/tests/functional/api/test_sync.py @@ -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.