From 3e158211a830bbcba2dd463189a79ec3ad17c8d4 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Thu, 26 Jul 2012 20:01:51 +1200 Subject: Add a --nohang flag that turns off pauses in response generation. --- test/tutils.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'test/tutils.py') diff --git a/test/tutils.py b/test/tutils.py index 1eb78980..d9e543a1 100644 --- a/test/tutils.py +++ b/test/tutils.py @@ -6,6 +6,7 @@ import requests class DaemonTests: noweb = False noapi = False + nohang = False ssl = False @classmethod def setUpAll(self): @@ -15,7 +16,8 @@ class DaemonTests: ssl = self.ssl, sizelimit=1*1024*1024, noweb = self.noweb, - noapi = self.noapi + noapi = self.noapi, + nohang = self.nohang ) @classmethod -- cgit v1.2.3