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