/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_sftp_transport.py

Merge bzr.dev.

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):