Skip to content

Commit db57333

Browse files
committed
minor e2e script optimization
1 parent 6308df9 commit db57333

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/qemu-e2e-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)