File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ jobs:
142142 # Check for network/DHCP initialization in logs
143143 echo ""
144144 echo "=== Verifying Network Initialization ==="
145- sleep 10 # Give a bit more time for network logs
145+ sleep 25 # Give a bit more time for network logs
146146
147147 if grep -i "ETH Started\|ETH Connected\|eth: link up" qemu-output.log > /dev/null 2>&1; then
148148 echo "✓ Ethernet initialization detected in logs"
@@ -189,12 +189,12 @@ jobs:
189189
190190 exit 0
191191 fi
192- echo "Attempt $i/60 : Waiting for HTTP server..."
192+ echo "Attempt $i/30 : Waiting for HTTP server..."
193193 sleep 2
194194 done
195195
196196 echo ""
197- echo "✗ ERROR: HTTP server not responding after 2 minutes "
197+ echo "✗ ERROR: HTTP server not responding after 1 minute "
198198 echo ""
199199 echo "=== QEMU Output (last 80 lines) ==="
200200 tail -80 qemu-output.log || true
You can’t perform that action at this time.
0 commit comments