Increase the timeout for package installation.

This commit is contained in:
Kees Jongenburger
2012-06-06 17:08:01 +02:00
parent ea6f7338c5
commit 7feff66f5b

View File

@@ -98,7 +98,7 @@ expect {
#
# installing takes quite some time
#
set timeout 500
set timeout 1000
expect -re $
send "/tmp/runcmd.sh pkgin -y install vim cscope openssh gcc44 scmgit\n"
expect {