Skip to content

Commit

Permalink
Adding extra delay
Browse files Browse the repository at this point in the history
  • Loading branch information
IPadawans committed Jul 3, 2024
1 parent 1410988 commit b3212e9
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,14 @@
retries: 0
when: should_run_genesis

- name: Wait 2 minutes before stopping current execution
pause:
minutes: 2
when: >
owner_p12_file_name is defined and
owner_p12_file_name != "" and
should_run_genesis or force_owner_message_bool
- name: Find metagraph-l0 process ID by port
shell: "lsof -t -i:{{ base_metagraph_l0_public_port }}"
register: l0_process_id
Expand Down

0 comments on commit b3212e9

Please sign in to comment.