Skip to content

Commit 0fdd9bd

Browse files
committed
ci: QEMU: esp32c3: Need only 1 second to run
1 parent d80128f commit 0fdd9bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/esp32c3/runner.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ $qemuexec -nographic -monitor tcp:127.0.0.1:55555,server,nowait -icount 3 -machi
2727
qemupid=$!
2828

2929
# Let it run
30-
sleep 3s
30+
sleep 1s
3131

3232
# Kill QEMU nicely by sending 'q' (quit) over tcp
3333
echo q | nc -N 127.0.0.1 55555 >>"$tempdir"/$qemuoutputfile 2>&1

0 commit comments

Comments
 (0)