Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
No-Issue
  • Loading branch information
chr-stian committed Mar 3, 2024
1 parent a3cd305 commit 42d235f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion galaxy_ng/tests/integration/utils/iqe_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ def require_signature_for_approval():
ansible_config = get_ansible_config()
galaxy_client = get_galaxy_client(ansible_config)
gc = galaxy_client("admin")
max_attempts = 10
max_attempts = 5
delay = 3
# we need retries because in ephemeral env we get 502 sometimes
for attempt in range(1, max_attempts + 1):
Expand Down

0 comments on commit 42d235f

Please sign in to comment.