From 6a4d10f3f1f283a32caa1f0f7792e91257561a94 Mon Sep 17 00:00:00 2001 From: Vladimir Sedmik Date: Wed, 29 Nov 2023 18:21:46 +0100 Subject: [PATCH] Use better timeout format --- tests/foreman/cli/test_satellitesync.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/foreman/cli/test_satellitesync.py b/tests/foreman/cli/test_satellitesync.py index 151f184433f..7fed3bd1586 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=300000, + timeout='5m', ) 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=300000, + timeout='5m', ) # Verify that both import tasks succeeded