inout test: wait longer for disk to appear
This commit is contained in:
parent
50bad5c604
commit
473a4947a5
@ -33,7 +33,6 @@ if { $when eq "early" } {
|
|||||||
adddevice
|
adddevice
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
expect "BusyBox"
|
expect "BusyBox"
|
||||||
chat "#" "PS1=RE\\ADY_\\ ; stty -echo \r"
|
chat "#" "PS1=RE\\ADY_\\ ; stty -echo \r"
|
||||||
chat "READY_" "tail -f /run/uncaught-logs/current & \rs6-rc -b -a list\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"
|
send "\r"
|
||||||
set timeout 20
|
set timeout 20
|
||||||
|
|
||||||
chat "READY_" "sleep 3; grep /srv /proc/mounts && hostname\r"
|
chat "READY_" "sleep 5; grep /srv /proc/mounts && hostname\r"
|
||||||
|
|
||||||
expect {
|
expect {
|
||||||
"inout" { }
|
"inout" { }
|
||||||
|
Loading…
Reference in New Issue
Block a user