test1112: Increase the timeout from 7s to 16s
authorBenoit Sigoure <tsunanet@gmail.com>
Sun, 22 Sep 2013 03:27:19 +0000 (20:27 -0700)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 22 Sep 2013 16:23:09 +0000 (18:23 +0200)
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

tests/data/test1112

index 9307d93..849f671 100644 (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>