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
276
bzrlib.lockdir._DEFAULT_TIMEOUT_SECONDS = 300
277
278
lf1 = LockDir(t, 'test_lock')