mirror of
https://github.com/lupyuen/nuttx-ox64.git
synced 2025-01-13 05:08:29 +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> "
|
expect "nsh> "
|
||||||
send -s "ostest\r"
|
send -s "ostest\r"
|
||||||
|
|
||||||
## Wait at most 120 seconds
|
## Wait at most 30 seconds
|
||||||
set timeout 120
|
set timeout 30
|
||||||
|
|
||||||
## Check the response...
|
## Check the response...
|
||||||
expect {
|
expect {
|
||||||
|
|
Loading…
Reference in a new issue