mirror of
https://github.com/lupyuen/nuttx-ox64.git
synced 2025-01-12 20:58:31 +08:00
Update expect.sh
This commit is contained in:
parent
bfd5aed800
commit
7a706c3c74
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue