~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_sftp_transport.py

  • Committer: John Arbash Meinel
  • Date: 2006-08-24 00:08:33 UTC
  • mfrom: (1954 +trunk)
  • mto: This revision was merged to the branch mainline in revision 1979.
  • Revision ID: john@arbash-meinel.com-20060824000833-f32d5cbef4fa4f78
[merge] bzr.dev 1954

Show diffs side-by-side

added added

removed removed

Lines of Context:
360
360
        self.get_server().add_latency = 0.5
361
361
        transport = self.get_transport()
362
362
        with_latency_knob_time = time.time() - start_time
363
 
        print with_latency_knob_time
364
363
        self.assertTrue(with_latency_knob_time > 0.4)
365
364
 
366
365
    def test_default(self):