From 473a4947a5dd23f51cba0082aa694e526f9a7a7a Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Wed, 12 Jun 2024 20:44:03 +0100 Subject: [PATCH] inout test: wait longer for disk to appear --- tests/inout/script.expect | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/inout/script.expect b/tests/inout/script.expect index 1344ef3..ea8bc0f 100644 --- a/tests/inout/script.expect +++ b/tests/inout/script.expect @@ -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" { }