diff --git a/expect.sh b/expect.sh index 18eda8f..8c636f2 100644 --- a/expect.sh +++ b/expect.sh @@ -8,6 +8,7 @@ send -s "uname -a\r" expect "nsh> " send -s "ostest\r" +set timeout 60 expect { "ostest_main: Exiting with status -1" { exit 0 } timeout { exit 1 }