mirror of
https://github.com/trailofbits/algo
synced 2024-11-16 12:12:55 +00:00
Add additional delay for ec2 instance prior to ssh (#527)
* Add additional delay for ec2 instance prior to ssh * Add 10 second delay to all, rather than to cloud-ec2
This commit is contained in:
parent
25b6ab9e0a
commit
27f9cda361
@ -12,6 +12,6 @@
|
|||||||
|
|
||||||
- name: A short pause, in order to be sure the instance is ready
|
- name: A short pause, in order to be sure the instance is ready
|
||||||
pause:
|
pause:
|
||||||
seconds: 10
|
seconds: 20
|
||||||
|
|
||||||
- include: local_ssh.yml
|
- include: local_ssh.yml
|
||||||
|
Loading…
Reference in New Issue
Block a user