From a6545308860d6264dc428174c803a337fde9b1cf Mon Sep 17 00:00:00 2001 From: Xiaofeng Wang Date: Mon, 1 Dec 2025 20:23:12 +0800 Subject: [PATCH] test: Add more delay for bootc to settle and avoid flaky Signed-off-by: Xiaofeng Wang --- tmt/tests/booted/bootc_testlib.nu | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tmt/tests/booted/bootc_testlib.nu b/tmt/tests/booted/bootc_testlib.nu index 5f15586ab..5da7c9ee6 100644 --- a/tmt/tests/booted/bootc_testlib.nu +++ b/tmt/tests/booted/bootc_testlib.nu @@ -4,11 +4,8 @@ # that seems to have appeared in C10S # TODO diagnose and fill in here export def reboot [] { - # Sometimes systemd daemons are still running old binaries and response "Access denied" when send reboot request - # Force a full sync before reboot - sync # Allow more delay for bootc to settle - sleep 30sec + sleep 120sec tmt-reboot }