Skip to content

Commit

Permalink
updating search rate and max tries
Browse files Browse the repository at this point in the history
  • Loading branch information
ColeHiggins2 committed May 22, 2024
1 parent 5f46812 commit 754c296
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/foreman/api/test_reporttemplates.py
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,8 @@ def test_positive_applied_errata_by_search(
)['id']
target_sat.wait_for_tasks(
search_query=(f'label = Actions::RemoteExecution::RunHostsJob and id = {task_id}'),
search_rate=15,
search_rate=20,
poll_timeout=2500,
)
rt = (
target_sat.api.ReportTemplate()
Expand Down

0 comments on commit 754c296

Please sign in to comment.