mirror of
https://github.com/schnitzeltony/meta-musicians.git
synced 2026-01-29 17:18:41 +01:00
qemu-ext-musicians.bbclass: reduce timeout 10min -> 3min
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
@@ -16,7 +16,7 @@ DEPENDS_append = " qemu-native coreutils-native"
|
||||
# meta-microcontroller/vtk that spawning many qemu instances in short time
|
||||
# can lead to zombie processes)
|
||||
|
||||
QEMU_TIMEOUT ?= "600"
|
||||
QEMU_TIMEOUT ?= "180"
|
||||
|
||||
def qemu_run_binary_local(data, rootfs_path, binary):
|
||||
libdir = rootfs_path + data.getVar("libdir")
|
||||
|
||||
Reference in New Issue
Block a user