Skip to content

Commit

Permalink
chore(tavern):[#503] Increase tavern job completion polling rate
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-jhartmann committed May 28, 2024
1 parent e70a7dd commit bb6c6e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions local/testing/api-tests/irs-api-tests.tavern.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ stages:

- &verify_ESS_job_response_with_desired_test_steps_and_wait_up_to_15_minutes_for_COMPLETED
name: verify job response with desired test steps and wait for desired job status
max_retries: 30
max_retries: 180
request:
url: "{tavern.env_vars.IRS_ESS_HOST}/ess/bpn/investigations/{job_id}"
params:
Expand All @@ -82,7 +82,7 @@ stages:
json:
job:
state: COMPLETED
delay_after: 30
delay_after: 5

- name: get response for created investigation
request:
Expand Down Expand Up @@ -1140,7 +1140,7 @@ stages:

- &verify_job_is_running_and_wait_up_to_15_minutes_for_COMPLETED
name: verify job is running and wait for desired job status
max_retries: 30
max_retries: 180
request:
url: "{tavern.env_vars.IRS_HOST}/irs/jobs/{job_id}"
params:
Expand All @@ -1155,7 +1155,7 @@ stages:
json:
job:
state: COMPLETED
delay_after: 30
delay_after: 5

- name: verify job response with desired test steps
request:
Expand Down

0 comments on commit bb6c6e0

Please sign in to comment.