~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/selftest/HTTPTestUtil.py

  • Committer: John Arbash Meinel
  • Date: 2005-09-19 03:31:54 UTC
  • mto: (1393.2.1)
  • mto: This revision was merged to the branch mainline in revision 1396.
  • Revision ID: john@arbash-meinel.com-20050919033154-f439b6f5fe397869
Changed test timeout to 0.1s to make tests finish much faster.

Show diffs side-by-side

added added

removed removed

Lines of Context:
102
102
 
103
103
        self._http_base_url = 'http://localhost:%s/' % port
104
104
        self._http_starting.release()
105
 
        httpd.socket.settimeout(1)
 
105
        httpd.socket.settimeout(0.1)
106
106
 
107
107
        while self._http_running:
108
108
            try: