Skip to content
Snippets Groups Projects
Commit fe818c80 authored by Paul Howarth's avatar Paul Howarth Committed by Kamil Dudka
Browse files

add 1s post-command delay to tests 513 and 514

parent a7b9452a
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment