Message ID | 20230717182859.707658-9-berrange@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | tests: enable meson test timeouts to improve debuggability | expand |
On 17/07/2023 20.28, Daniel P. Berrangé wrote: > 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> > --- > tests/qtest/meson.build | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/tests/qtest/meson.build b/tests/qtest/meson.build > index 095c98820e..9e4f5e0ecc 100644 > --- a/tests/qtest/meson.build > +++ b/tests/qtest/meson.build > @@ -6,6 +6,7 @@ slow_qtests = { > 'test-hmp' : 240, > 'pxe-test': 180, > 'prom-env-test': 180, > + 'boot-serial-test': 180, > } > > qtests_generic = [ Reviewed-by: Thomas Huth <thuth@redhat.com>
diff --git a/tests/qtest/meson.build b/tests/qtest/meson.build index 095c98820e..9e4f5e0ecc 100644 --- a/tests/qtest/meson.build +++ b/tests/qtest/meson.build @@ -6,6 +6,7 @@ slow_qtests = { 'test-hmp' : 240, 'pxe-test': 180, 'prom-env-test': 180, + 'boot-serial-test': 180, } qtests_generic = [
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> --- tests/qtest/meson.build | 1 + 1 file changed, 1 insertion(+)