Update expect.sh

This commit is contained in:
Lup Yuen Lee 2024-01-25 06:51:53 +08:00 committed by GitHub
parent bfd5aed800
commit 7a706c3c74
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,8 +14,8 @@ send -s "uname -a\r"
expect "nsh> "
send -s "ostest\r"
## Wait at most 120 seconds
set timeout 120
## Wait at most 30 seconds
set timeout 30
## Check the response...
expect {