From 59a568d0ddd1e23984dfa3bb0004016aa46b8a9d Mon Sep 17 00:00:00 2001
From: Paul Howarth <paul@city-fan.org>
Date: Tue, 27 Apr 2010 08:47:30 +0200
Subject: [PATCH] add 1s post-command delay to tests 513 and 514

addressing http://curl.haxx.se/mail/lib-2009-12/0031.html

Signed-off-by: Kamil Dudka <kdudka@redhat.com>
---
 tests/data/test513 |    2 +-
 tests/data/test514 |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/data/test513 b/tests/data/test513
index c30a16d..05ee91c 100644
--- a/tests/data/test513
+++ b/tests/data/test513
@@ -17,7 +17,7 @@ lib513
  <name>
 send HTTP POST using read callback that returns CURL_READFUNC_ABORT
  </name>
- <command>
+ <command delay="1">
 http://%HOSTIP:%HTTPPORT/513
 </command>
 </client>
diff --git a/tests/data/test514 b/tests/data/test514
index bd0bf6b..863f0d3 100644
--- a/tests/data/test514
+++ b/tests/data/test514
@@ -29,7 +29,7 @@ lib514
  <name>
 First set options to POST and then to make HEAD
  </name>
- <command>
+ <command delay="1">
 http://%HOSTIP:%HTTPPORT/514
 </command>
 </client>
-- 
1.7.0.2


