aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPaul Howarth <paul@city-fan.org>2010-04-27 08:47:30 +0200
committerKamil Dudka <kdudka@redhat.com>2010-04-28 23:21:59 +0200
commitfe818c807679aa375b15eaccecd1810fae0f624f (patch)
tree9c85457841a4f212764667d2c0c87917f50fa13d /tests
parenta7b9452a6b68099577313a36a0d8e9d9bc8d4dc4 (diff)
add 1s post-command delay to tests 513 and 514
addressing http://curl.haxx.se/mail/lib-2009-12/0031.html
Diffstat (limited to 'tests')
-rw-r--r--tests/data/test5133
-rw-r--r--tests/data/test5143
2 files changed, 4 insertions, 2 deletions
diff --git a/tests/data/test513 b/tests/data/test513
index c30a16d66..7d8e69b87 100644
--- a/tests/data/test513
+++ b/tests/data/test513
@@ -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>
diff --git a/tests/data/test514 b/tests/data/test514
index bd0bf6bc3..bd6da02db 100644
--- a/tests/data/test514
+++ b/tests/data/test514
@@ -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>