Skip to content

Commit 5593f26

Browse files
committed
test: Add more delay for bootc to settle and avoid flaky
Signed-off-by: Xiaofeng Wang <henrywangxf@me.com>
1 parent 3f5a3c7 commit 5593f26

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tmt/tests/booted/bootc_testlib.nu

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,8 @@
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
107
# Allow more delay for bootc to settle
11-
sleep 30sec
8+
sleep 120sec
129

1310
tmt-reboot
1411
}

0 commit comments

Comments
 (0)