diff options
Diffstat (limited to 'tests/twisted/messages/leading-space.py')
-rw-r--r-- | tests/twisted/messages/leading-space.py | 2 |
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) |