Browse Source

Packet CI: Increasing the time wiating for IP to be assigned (#4584)

pull/4592/head
Maxime Guyot 5 years ago
committed by Kubernetes Prow Robot
parent
commit
50c86919dc
1 changed files with 1 additions and 1 deletions
  1. 2
      tests/cloud_playbooks/roles/packet-ci/tasks/create-vms.yml

2
tests/cloud_playbooks/roles/packet-ci/tasks/create-vms.yml

@ -35,7 +35,7 @@
loop: "{{ range(0, vm_count|int, 1) | list }}"
loop_control:
index_var: vm_id
retries: 10
retries: 20
delay: 15
until:
- vm_ips.stdout | ipaddr

Loading…
Cancel
Save