/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_lockdir.py

  • Committer: Martin Pool
  • Date: 2007-08-17 08:38:23 UTC
  • mfrom: (2720 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2723.
  • Revision ID: mbp@sourcefrog.net-20070817083823-nef9si8zr7r11c6l
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
272
272
        """LockDir.lock_write() will wait for the lock.""" 
273
273
        # the test suite sets the default to 0 to make deadlocks fail fast.
274
274
        # change it for this test, as we want to try a manual deadlock.
 
275
        raise tests.TestSkipped('Timing-sensitive test')
275
276
        bzrlib.lockdir._DEFAULT_TIMEOUT_SECONDS = 300
276
277
        t = self.get_transport()
277
278
        lf1 = LockDir(t, 'test_lock')