630
627
_DEFAULT_TESTING_CLIENT_TIMEOUT = 60.0
633
629
class TestingSmartServer(TestingThreadingTCPServer, server.SmartTCPServer):
635
631
def __init__(self, server_address, request_handler_class,
636
632
backing_transport, root_client_path):
637
633
TestingThreadingTCPServer.__init__(self, server_address,
641
636
root_client_path, client_timeout=_DEFAULT_TESTING_CLIENT_TIMEOUT)