Skip to content

Commit face618

Browse files
committed
fix: add sleep time to wait qemu boot up
1 parent 1ffb02b commit face618

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/qemu_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
-display none \
7272
-daemonize
7373
74-
sleep 300
74+
sleep 360
7575
7676
sshpass -p "raspberry" ssh -o StrictHostKeyChecking=no -p 5555 pi@localhost "\
7777
sudo parted /dev/mmcblk0 resizepart 2 100% && \
@@ -158,7 +158,7 @@ jobs:
158158
-display none \
159159
-daemonize
160160
161-
sleep 300
161+
sleep 600
162162
163163
- name: Checkout code
164164
uses: actions/checkout@v4

0 commit comments

Comments
 (0)