diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-05-11 06:34:30 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-05-11 06:34:30 +0000 |
commit | 973ed24dc8e3d361c135d284e01086ce9c7b3ec5 (patch) | |
tree | aeb09ae5bdfbf27316ed98b4878c905e418afbe4 /tests/data/test190 | |
parent | 5d5f5e3be82fe22fb9bd3ccdcd5a959d0574020a (diff) |
1 - allow much longer time for the test FTP server to startup and get verified
2 - store the time it took to verify it and allow that time to be used as
%FTPTIME[23] in command lines to allow us to adjust better to slow hosts
since test 190 failed on my slow solaris machine just because it hadn't
gotten time to run all the way the test assumed all machines would reach
before the time-out elapsed.
Diffstat (limited to 'tests/data/test190')
-rw-r--r-- | tests/data/test190 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test190 b/tests/data/test190 index 78b179e82..ab241a760 100644 --- a/tests/data/test190 +++ b/tests/data/test190 @@ -15,10 +15,10 @@ ftp FTP download with strict timeout and slow CWD </name> <command> -ftp://%HOSTIP:%FTPPORT/path/to/file/190 -m 3 +ftp://%HOSTIP:%FTPPORT/path/to/file/190 -m %FTPTIME2 </command> <file name="log/ftpserver.cmd"> -DELAY CWD 15 +DELAY CWD 60 </file> </client> |