mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-07 15:43:54 +02: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue