nix/kexec-installer/test.nix: comment why we wait 6s

This commit is contained in:
Jörg Thalheim 2024-05-19 19:28:59 +02:00 committed by GitHub
parent b9eec5585a
commit 2251e8485c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -137,6 +137,7 @@ makeTest' {
node1.succeed('/root/kexec/kexec --version >&2')
node1.succeed('/root/kexec/run >&2')
# the kexec script will sleep 6s before doing anything, so do we here.
time.sleep(6)
# wait for kexec to finish