Skip to content
Snippets Groups Projects
Verified Commit a13ceb96 authored by David Hoese's avatar David Hoese
Browse files

Extend timeout of ceilo driver expect script

parent b631a2d8
No related branches found
No related tags found
No related merge requests found
...@@ -47,6 +47,8 @@ cd "${SRC_DIR}" ...@@ -47,6 +47,8 @@ cd "${SRC_DIR}"
spawn ./mxinst SP1 spawn ./mxinst SP1
expect "Do you want to enable secure function?" expect "Do you want to enable secure function?"
send -- "N\r" send -- "N\r"
set timeout 30
expect "Check Driver..."
expect "Installation process is completed." expect "Installation process is completed."
EOF EOF
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment