Skip to content

Commit 604fb5e

Browse files
Update test-deployer.yml
1 parent 310780e commit 604fb5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-deployer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,12 +126,12 @@ jobs:
126126
- name: Wait for SSH connection to be ready
127127
ansible.builtin.wait_for_connection:
128128
delay: 10
129-
timeout: 60
129+
timeout: 120
130130
131131
- name: Wait for cloud-init to complete (marker file check)
132132
ansible.builtin.wait_for:
133133
path: /var/log/cloud-init-finished.marker
134-
timeout: 60
134+
timeout: 120
135135
become: yes
136136
137137
- name: Update all packages

0 commit comments

Comments
 (0)