1
0
Fork 0

ci(qemu): set timeouts

timestamps
dump_stack() 2024-02-20 22:50:58 +00:00
parent bdeb395dd9
commit 375844e2cd
Signed by: dump_stack
GPG Key ID: C9905BA72B5E02BB
1 changed files with 3 additions and 0 deletions

View File

@ -114,6 +114,9 @@ jobs:
echo '[[targets]]' >> examples/kernel-module/.out-of-tree.toml
echo 'distro = { id = "${{ matrix.os.distro }}", release = "${{ matrix.os.release }}" }' >> examples/kernel-module/.out-of-tree.toml
echo 'kernel = { regex = ".*" }' >> examples/kernel-module/.out-of-tree.toml
echo '[qemu]' >> examples/kernel-module/.out-of-tree.toml
echo 'timeout = "10m"' >> examples/kernel-module/.out-of-tree.toml
echo 'after_start_timeout = "10s"' >> examples/kernel-module/.out-of-tree.toml
echo 'modprobe uio || modprobe 9p || modprobe xfs' >> examples/kernel-module/test.sh