add 1s post-command delay to tests 513 and 514
authorPaul Howarth <paul@city-fan.org>
Tue, 27 Apr 2010 06:47:30 +0000 (08:47 +0200)
committerKamil Dudka <kdudka@redhat.com>
Wed, 28 Apr 2010 21:21:59 +0000 (23:21 +0200)
addressing http://curl.haxx.se/mail/lib-2009-12/0031.html

tests/data/test513
tests/data/test514

index c30a16d..7d8e69b 100644 (file)
@@ -17,7 +17,8 @@ lib513
  <name>
 send HTTP POST using read callback that returns CURL_READFUNC_ABORT
  </name>
- <command>
+# the 1s post-command delay helps to prevent a spurious failure on s390
+ <command delay="1">
 http://%HOSTIP:%HTTPPORT/513
 </command>
 </client>
index bd0bf6b..bd6da02 100644 (file)
@@ -29,7 +29,8 @@ lib514
  <name>
 First set options to POST and then to make HEAD
  </name>
- <command>
+# the 1s post-command delay helps to prevent a spurious failure on s390
+ <command delay="1">
 http://%HOSTIP:%HTTPPORT/514
 </command>
 </client>