summaryrefslogtreecommitdiff
path: root/tests/twisted/messages/leading-space.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/twisted/messages/leading-space.py')
-rw-r--r--tests/twisted/messages/leading-space.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/twisted/messages/leading-space.py b/tests/twisted/messages/leading-space.py
index a621993..ce24c76 100644
--- a/tests/twisted/messages/leading-space.py
+++ b/tests/twisted/messages/leading-space.py
@@ -51,5 +51,5 @@ def test(q, bus, conn, stream):
return True
if __name__ == '__main__':
- exec_test(test, timeout=10, protocol=LeadingSpaceIRCServer)
+ exec_test(test, protocol=LeadingSpaceIRCServer)