From 43b6006a860ea16c15b4b54c3c9d2c4f321b49e5 Mon Sep 17 00:00:00 2001 From: Luc Charland Date: Tue, 5 May 2015 15:13:04 -0400 Subject: [PATCH] removed the unneeded sleep --- Tests/Integration/webdavlib.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Tests/Integration/webdavlib.py b/Tests/Integration/webdavlib.py index 4d3d8311d..2fcf887ca 100644 --- a/Tests/Integration/webdavlib.py +++ b/Tests/Integration/webdavlib.py @@ -110,7 +110,6 @@ class WebDAVClient: query.set_response(self.conn.getresponse()); except httplib.BadStatusLine, e: print e - time.sleep(3) query.set_response(self.conn.getresponse()); query.duration = time.time() - query.start