You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/twisted-core/files/twisted-core-2.1.0-echo-les...

14 lines
269 B

=== modified file 'twisted/test/test_process.py'
--- twisted/test/test_process.py
+++ twisted/test/test_process.py
@@ -76,7 +76,7 @@
class EchoProtocol(protocol.ProcessProtocol):
- s = "1234567" * 1001
+ s = "1234567" * 11
n = 10
finished = 0