Skip to content

Commit c88e13e

Browse files
committed
test: Debug reboot issue in C10S
Signed-off-by: Xiaofeng Wang <henrywangxf@me.com>
1 parent 3f5a3c7 commit c88e13e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tmt/tests/booted/bootc_testlib.nu

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@
44
# that seems to have appeared in C10S
55
# TODO diagnose and fill in here
66
export def reboot [] {
7-
# Sometimes systemd daemons are still running old binaries and response "Access denied" when send reboot request
8-
# Force a full sync before reboot
9-
sync
10-
# Allow more delay for bootc to settle
11-
sleep 30sec
7+
sleep 120sec
128

139
tmt-reboot
1410
}

0 commit comments

Comments
 (0)