The search returned 1 result

by Florent
March 28, 2015 - 4:06 PM
Forum: WAPT Packages
Subject: Timeout during package installation
Answers: 3
Views : 7256

Re: Timeout when installing a package

Hello,

I encountered the same problem with a package installation larger than 3GB.

I modified the launch command as follows:
`run(r'"xxxx.exe" -i silent',timeout=900)`.

Hoping this might help... ;)