/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/blackbox/test_commit.py

  • Committer: Jelmer Vernooij
  • Date: 2011-12-13 20:05:37 UTC
  • mto: This revision was merged to the branch mainline in revision 6363.
  • Revision ID: jelmer@samba.org-20111213200537-do3ohzf9xiwimnt6
Adjust hpss call counts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
873
873
        # being too low. If rpc_count increases, more network roundtrips have
874
874
        # become necessary for this use case. Please do not adjust this number
875
875
        # upwards without agreement from bzr's network support maintainers.
876
 
        self.assertLength(220, self.hpss_calls)
 
876
        self.assertLength(213, self.hpss_calls)