302
302
self.reset_smart_call_log()
303
303
out, err = self.run_bzr(['branch', self.get_url('feature'),
306
305
# This figure represent the amount of work to perform this use case. It
307
306
# is entirely ok to reduce this number if a test fails due to rpc_count
308
307
# being too low. If rpc_count increases, more network roundtrips have
309
308
# become necessary for this use case. Please do not adjust this number
310
309
# upwards without agreement from bzr's network support maintainers.
314
313
class TestRemoteBranch(TestCaseWithSFTPServer):