Skip to content

Commit

Permalink
Use better timeout format
Browse files Browse the repository at this point in the history
  • Loading branch information
vsedmik authored and pondrejk committed Nov 30, 2023
1 parent 594e378 commit b0c9d57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/foreman/cli/test_satellitesync.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
{
Expand All @@ -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
Expand Down

0 comments on commit b0c9d57

Please sign in to comment.