mirror of https://github.com/xemu-project/xemu.git
qtest: bump boot-serial-test timeout to 3 minutes
The boot-serial-test takes about 1 + 1/2 minutes in a --enable-debug build. Bumping to 3 minutes will give more headroom. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-ID: <20230717182859.707658-9-berrange@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com> Message-Id: <20231215070357.10888-9-thuth@redhat.com> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
This commit is contained in:
parent
8911563900
commit
93b6d67348
|
@ -6,6 +6,7 @@ slow_qtests = {
|
|||
'test-hmp' : 240,
|
||||
'pxe-test': 600,
|
||||
'prom-env-test': 360,
|
||||
'boot-serial-test': 180,
|
||||
}
|
||||
|
||||
qtests_generic = [
|
||||
|
|
Loading…
Reference in New Issue