1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

test1112: Increase the timeout from 7s to 16s

As someone reported on the mailing list a while back, the hard-coded
arbitrary timeout of 7s in test 1112 is not sufficient in some build
environments. At Arista Networks we build and test curl as part of our
automated build system, and we've run into this timeout 170 times so
far. Our build servers are typically quite busy building and testing a
lot of code in parallel, so despite being beefy machines with 32 cores
and 128GB of RAM we still hit this 7s timeout regularly.

URL: http://curl.haxx.se/mail/lib-2010-02/0200.html
This commit is contained in:
Benoit Sigoure 2013-09-21 20:27:19 -07:00 committed by Daniel Stenberg
parent 52cefc8cd7
commit 4f591b9148

View File

@ -89,7 +89,7 @@ ftps
FTPS download with strict timeout and slow data transfer
</name>
<command timeout="1">
-k --ftp-ssl-control ftps://%HOSTIP:%FTPSPORT/1112 -m 7
-k --ftp-ssl-control ftps://%HOSTIP:%FTPSPORT/1112 -m 16
</command>
</client>