]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
tests: stop overriding the lock timeout
authorDan Fandrich <dan@coneharvesters.com>
Mon, 11 Sep 2023 23:35:04 +0000 (16:35 -0700)
committerDan Fandrich <dan@coneharvesters.com>
Wed, 13 Sep 2023 18:26:08 +0000 (11:26 -0700)
These tests reduce the server lock wait timeout which can increase
flakiness on loaded machines. Since this is merely an optimization,
eliminate them in favour of reliability.

Ref: #11328

tests/data/test1086
tests/data/test1112
tests/data/test190

index 21bbaeef97639e9c2b3d8fcece53db3fbd50a6cb..0bb309bea9f490a0826c5cfbe90c8630183410c6 100644 (file)
@@ -89,7 +89,7 @@ ftp
  <name>
 FTP download with strict timeout and slow data transfer
  </name>
- <command timeout="1">
+ <command>
 ftp://%HOSTIP:%FTPPORT/%TESTNUMBER -m 7
 </command>
 </client>
index 0efcf42ba625842c3aa8939a88f4c3050941212c..e97392009e526cefa58566a9cc97b48742edc55f 100644 (file)
@@ -92,7 +92,7 @@ ftps
  <name>
 FTPS download with strict timeout and slow data transfer
  </name>
- <command timeout="1">
+ <command>
 -k --ftp-ssl-control ftps://%HOSTIP:%FTPSPORT/%TESTNUMBER -m 16
 </command>
 </client>
index 3da48cd046dffcecabdf2e571a70768d25533452..61237ed0fe2e33615ddcbcfc119a863114253b6b 100644 (file)
@@ -26,7 +26,7 @@ ftp
  <name>
 FTP download with strict timeout and slow CWD
  </name>
- <command timeout="1">
+ <command>
 ftp://%HOSTIP:%FTPPORT/path/to/file/%TESTNUMBER -m %FTPTIME2
 </command>
 </client>