diff --git a/tests/foreman/cli/test_satellitesync.py b/tests/foreman/cli/test_satellitesync.py index 7fed3bd1586..151f184433f 100644 --- a/tests/foreman/cli/test_satellitesync.py +++ b/tests/foreman/cli/test_satellitesync.py @@ -2062,7 +2062,7 @@ def test_positive_export_import_mismatch_label( import_path = target_sat.move_pulp_archive(function_sca_manifest_org, export['message']) target_sat.cli.ContentImport.repository( {'organization-id': function_import_org_with_manifest.id, 'path': import_path}, - timeout='5m', + timeout=300000, ) import_repo = target_sat.cli.Repository.info( { @@ -2089,7 +2089,7 @@ def test_positive_export_import_mismatch_label( ) target_sat.cli.ContentImport.repository( {'organization-id': function_import_org_with_manifest.id, 'path': import_path}, - timeout='5m', + timeout=300000, ) # Verify that both import tasks succeeded