mirror of
https://github.com/curl/curl.git
synced 2026-08-15 09:55:51 +03:00
tests: quadruple the %FTPTIME2 and %FTPTIME3 timeouts
This gives more of a margin for error when running on overloaded CI servers. Ref: #11328
This commit is contained in:
parent
ad3c83599e
commit
9db7f17135
1 changed files with 2 additions and 2 deletions
|
|
@ -2988,8 +2988,8 @@ sub subvariables {
|
|||
# used for time-out tests and that would work on most hosts as these
|
||||
# adjust for the startup/check time for this particular host. We needed to
|
||||
# do this to make the test suite run better on very slow hosts.
|
||||
my $ftp2 = $ftpchecktime * 2;
|
||||
my $ftp3 = $ftpchecktime * 3;
|
||||
my $ftp2 = $ftpchecktime * 8;
|
||||
my $ftp3 = $ftpchecktime * 12;
|
||||
|
||||
$$thing =~ s/${prefix}FTPTIME2/$ftp2/g;
|
||||
$$thing =~ s/${prefix}FTPTIME3/$ftp3/g;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue