Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions tmt/tests/booted/bootc_testlib.nu
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down