From: Daniel P. Berrangé Date: Tue, 28 Jun 2022 10:54:32 +0000 (+0100) Subject: tests: increase migration test converge downtime to 30 seconds X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=6843ad8c034053487ca8755d13d18b7cc286b3d8;p=qemu.git tests: increase migration test converge downtime to 30 seconds While 1 second might be enough to converge migration on a fast host, this is not guaranteed, especially if using TLS in the tests without hardware accelerated crypto available. Increasing the downtime to 30 seconds should guarantee it can converge in any sane scenario. Signed-off-by: Daniel P. Berrangé Reviewed-by: Laurent Vivier Message-Id: <20220628105434.295905-4-berrange@redhat.com> Signed-off-by: Thomas Huth --- diff --git a/tests/qtest/migration-test.c b/tests/qtest/migration-test.c index ac9e303b1f..a54eff6d56 100644 --- a/tests/qtest/migration-test.c +++ b/tests/qtest/migration-test.c @@ -47,7 +47,7 @@ unsigned end_address; static bool uffd_feature_thread_id; /* A downtime where the test really should converge */ -#define CONVERGE_DOWNTIME 1000 +#define CONVERGE_DOWNTIME (1000 * 30) #if defined(__linux__) #include