Skip to content

Commit

Permalink
Merge pull request #390 from frenzyfriday/dpa_timeout_2
Browse files Browse the repository at this point in the history
Increasing timeouts in wait for dataplane node set to be ready
  • Loading branch information
fao89 authored Apr 2, 2024
2 parents 8d11fcd + 569d085 commit f9234ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/roles/dataplane_adoption/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,8 @@
{{ oc_header }}
DEPLOYMENT_NAME=openstack
TRIES=180
DELAY=10
TRIES=360
DELAY=30
ALLOWED_JOB_RETRIES=3
for i in $(seq $TRIES)
Expand Down

0 comments on commit f9234ce

Please sign in to comment.