From 6391cf83e3bef1b15127faac0eae1f18ea0d9fcb Mon Sep 17 00:00:00 2001 From: Xiaofeng Wang Date: Tue, 9 Dec 2025 14:10:23 +0800 Subject: [PATCH] test: Add more delay for bootc to settle and avoid flaky (#1817) 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 }