save_enode: increase wait time for RPC port

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2024-05-10 00:29:46 +02:00
parent 7e99535092
commit cd4fd64035
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
1 changed files with 6 additions and 4 deletions

View File

@ -3,9 +3,10 @@
wait_for: wait_for:
host: 'localhost' host: 'localhost'
port: '{{ geth_rpc_port }}' port: '{{ geth_rpc_port }}'
delay: 20 delay: 60
connect_timeout: 20 sleep: 30
timeout: 120 connect_timeout: 5
timeout: 1200
state: drained state: drained
- name: Geth | Get enode address - name: Geth | Get enode address
@ -21,5 +22,6 @@
copy: copy:
dest: '{{ geth_enode_file }}' dest: '{{ geth_enode_file }}'
content: '{{ node_info.json.result.enode }}' content: '{{ node_info.json.result.enode }}'
owner: owner: dockremap
group: docker
mode: 0644 mode: 0644