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 }