inout test: wait longer for disk to appear

This commit is contained in:
Daniel Barlow 2024-06-12 20:44:03 +01:00
parent 50bad5c604
commit 473a4947a5
1 changed files with 1 additions and 2 deletions

View File

@ -33,7 +33,6 @@ if { $when eq "early" } {
adddevice
}
expect "BusyBox"
chat "#" "PS1=RE\\ADY_\\ ; stty -echo \r"
chat "READY_" "tail -f /run/uncaught-logs/current & \rs6-rc -b -a list\r"
@ -47,7 +46,7 @@ if { $when eq "late" } {
send "\r"
set timeout 20
chat "READY_" "sleep 3; grep /srv /proc/mounts && hostname\r"
chat "READY_" "sleep 5; grep /srv /proc/mounts && hostname\r"
expect {
"inout" { }