~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_checkout.py

  • Committer: Patch Queue Manager
  • Date: 2012-02-14 18:29:43 UTC
  • mfrom: (6404.6.11 cached-branch-store)
  • Revision ID: pqm@pqm.ubuntu.com-20120214182943-vso6j0mqdnxfkp7s
(vila) Cache the branch config store to avoid useless IOs. (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
223
223
        # being too low. If rpc_count increases, more network roundtrips have
224
224
        # become necessary for this use case. Please do not adjust this number
225
225
        # upwards without agreement from bzr's network support maintainers.
226
 
        self.assertLength(15, self.hpss_calls)
 
226
        self.assertLength(13, self.hpss_calls)
227
227
        self.assertThat(self.hpss_calls, ContainsNoVfsCalls)