Comment 13 for bug 172392

Revision history for this message
Martin Pool (mbp) wrote :

I believe the bzr lpserve code can avoid this by setting
  bzrlib.lockdir._DEFAULT_TIMEOUT_SECONDS = 0

which is what is done in cmd_serve. You will probably want an integration test for it.