Update expect.sh

This commit is contained in:
Lup Yuen Lee 2024-01-24 23:31:51 +08:00 committed by GitHub
parent 1fae27c63b
commit a9d6386fe2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 }