mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 05:28:04 +00:00
test_introducer.py: turn off the defer.setDebugging(True) call that was left over from a troubleshooting session: it slows down the test suite by a factor of 2
This commit is contained in:
parent
03c5d75d90
commit
5b3a1cdc56
@ -2,7 +2,6 @@
|
||||
from twisted.trial import unittest
|
||||
from twisted.internet import defer, reactor
|
||||
from twisted.python import log
|
||||
defer.setDebugging(True)
|
||||
|
||||
from foolscap import Tub, Referenceable
|
||||
from foolscap.eventual import flushEventualQueue
|
||||
|
Loading…
Reference in New Issue
Block a user