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

addressing http://curl.haxx.se/mail/lib-2009-12/0031.html
This commit is contained in:
Paul Howarth 2010-04-27 08:47:30 +02:00 коммит произвёл Kamil Dudka
Родитель a7b9452a6b
Коммит fe818c8076
2 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -17,7 +17,8 @@ lib513
<name> <name>
send HTTP POST using read callback that returns CURL_READFUNC_ABORT send HTTP POST using read callback that returns CURL_READFUNC_ABORT
</name> </name>
<command> # the 1s post-command delay helps to prevent a spurious failure on s390
<command delay="1">
http://%HOSTIP:%HTTPPORT/513 http://%HOSTIP:%HTTPPORT/513
</command> </command>
</client> </client>

Просмотреть файл

@ -29,7 +29,8 @@ lib514
<name> <name>
First set options to POST and then to make HEAD First set options to POST and then to make HEAD
</name> </name>
<command> # the 1s post-command delay helps to prevent a spurious failure on s390
<command delay="1">
http://%HOSTIP:%HTTPPORT/514 http://%HOSTIP:%HTTPPORT/514
</command> </command>
</client> </client>