diff --git a/tests/foreman/api/test_capsulecontent.py b/tests/foreman/api/test_capsulecontent.py index 07acdb47db6..895c2d7229c 100644 --- a/tests/foreman/api/test_capsulecontent.py +++ b/tests/foreman/api/test_capsulecontent.py @@ -19,6 +19,7 @@ """ import re from datetime import datetime +from time import sleep import pytest from nailgun import client @@ -1002,6 +1003,8 @@ def test_positive_sync_container_repo_end_to_end( id=function_lce.id, registry_unauthenticated_pull='true' ).update(['registry_unauthenticated_pull']) + sleep(20) + skopeo_cmd = 'skopeo --debug inspect docker://' for path in repo_paths: result = module_capsule_configured.execute(