Skip to content

Commit

Permalink
Resolving comment
Browse files Browse the repository at this point in the history
  • Loading branch information
george-ghawali committed Oct 8, 2024
1 parent 52b45f2 commit cd7962f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/targets/ntnx_static_routes/tasks/create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
fail_msg: "Fail: Unable to update static routes of vpc"
success_msg: "Succes: static routes updated successfully"

- name: Wait 1 minute for static routes to be created
- name: Wait 1 minute for static routes to be become active
pause:
seconds: 60

Expand Down Expand Up @@ -124,7 +124,7 @@
fail_msg: "Static routes overriding failed"
success_msg: "Static routes overridden successfully"

- name: Wait 1 minute for static routes to be created
- name: Wait 1 minute for static routes to be become active
pause:
seconds: 60

Expand Down

0 comments on commit cd7962f

Please sign in to comment.