Skip to content

lock.py: Allow timeout to be 0

A timeout of zero means that LockFailedError will be immediately
raised if the lock is not available.

Also, in _get_deadline_check_interval, poll more often than 30
seconds if the timeout is small.


Related MRs:

Edited by Ahmon Dancy

Merge request reports