Skip to content

Commit

Permalink
give spawning ci runner more time
Browse files Browse the repository at this point in the history
  • Loading branch information
cherusk committed Nov 14, 2024
1 parent c8fe966 commit 7ab606f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/runner_recreate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
awk -F= '{ print $2 }' > ./instance_address
- name: infect with nixos
run: >
sleep 60;
sleep 120;
ansible "$(cat ./instance_address)"
-i "$(cat ./instance_address),"
--private-key ./access_key_file
Expand Down

0 comments on commit 7ab606f

Please sign in to comment.