From: Benoit Sigoure Date: Sun, 22 Sep 2013 03:27:19 +0000 (-0700) Subject: test1112: Increase the timeout from 7s to 16s X-Git-Tag: curl-7_33_0~42 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4f591b91485f55441be480ae17eedb3060bad28c;p=thirdparty%2Fcurl.git 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 --- diff --git a/tests/data/test1112 b/tests/data/test1112 index 9307d9354f..849f671c8a 100644 --- a/tests/data/test1112 +++ b/tests/data/test1112 @@ -89,7 +89,7 @@ ftps FTPS download with strict timeout and slow data transfer --k --ftp-ssl-control ftps://%HOSTIP:%FTPSPORT/1112 -m 7 +-k --ftp-ssl-control ftps://%HOSTIP:%FTPSPORT/1112 -m 16