We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f5a3c7 commit 5593f26Copy full SHA for 5593f26
tmt/tests/booted/bootc_testlib.nu
@@ -4,11 +4,8 @@
4
# that seems to have appeared in C10S
5
# TODO diagnose and fill in here
6
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
+ sleep 120sec
12
13
tmt-reboot
14
}
0 commit comments