~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

MergeĀ lp:bzr.

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)