Re: [PATCH v2 10/43] qtest: bump pxe-test timeout to 10 minutes

2024-01-04 Thread Daniel P . Berrangé
On Wed, Jan 03, 2024 at 06:43:52PM +0100, Philippe Mathieu-Daudé wrote: > Hi Daniel, > > On 3/1/24 18:33, Alex Bennée wrote: > > From: Daniel P. Berrangé > > > > The pxe-test uses the boot_sector_test() function, and that already > > uses a timeout of 600 seconds. So adjust the timeout on the me

Re: [PATCH v2 10/43] qtest: bump pxe-test timeout to 10 minutes

2024-01-03 Thread Philippe Mathieu-Daudé
Hi Daniel, On 3/1/24 18:33, Alex Bennée wrote: From: Daniel P. Berrangé The pxe-test uses the boot_sector_test() function, and that already uses a timeout of 600 seconds. So adjust the timeout on the meson side accordingly. IIRC few years ago you said tests running on CI ('Tier-1') should re

[PATCH v2 10/43] qtest: bump pxe-test timeout to 10 minutes

2024-01-03 Thread Alex Bennée
From: Daniel P. Berrangé The pxe-test uses the boot_sector_test() function, and that already uses a timeout of 600 seconds. So adjust the timeout on the meson side accordingly. Signed-off-by: Daniel P. Berrangé [thuth: Bump timeout to 600s and adjust commit description] Signed-off-by: Thomas Hu