summaryrefslogtreecommitdiff
path: root/tests/data/test1112
Commit message (Collapse)AuthorAgeFilesLines
* test1112: Increase the timeout from 7s to 16sBenoit Sigoure2013-09-221-1/+1
| | | | | | | | | | | | 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
* added an additional second to allow test to pass on heavily loaded serversYang Tse2010-02-031-1/+27
|
* Give the test a bit mote time to run so it passes on slow machinesYang Tse2010-01-131-1/+1
|
* Added test case #1112 which does an FTPS download with strict timeoutYang Tse2010-01-121-0/+88
and slow data transfer in a similar way as test case #1086 does for FTP. This also exercises <killserver> section for the FTPS server.