~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_server.py

  • Committer: Patch Queue Manager
  • Date: 2011-10-06 10:40:00 UTC
  • mfrom: (6190.1.3 2.5-longer-timeout)
  • Revision ID: pqm@pqm.ubuntu.com-20111006104000-9nmfyf9ostxvlpoi
(jameinel) Allow for some tests to run slowly under load. (John A Meinel)

Show diffs side-by-side

added added

removed removed

Lines of Context:
616
616
            return
617
617
 
618
618
 
619
 
_DEFAULT_TESTING_CLIENT_TIMEOUT = 4.0
 
619
_DEFAULT_TESTING_CLIENT_TIMEOUT = 60.0
620
620
 
621
621
class TestingSmartServer(TestingThreadingTCPServer, server.SmartTCPServer):
622
622