~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_lockdir.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-08-16 14:11:53 UTC
  • mfrom: (2631.1.4 timing-fix)
  • Revision ID: pqm@pqm.ubuntu.com-20070816141153-z75ruvo3du5ig009
Disable timing-sensitive test

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')