You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As noted in this comment, the FILELOCK_ACQUIRE_TIMEOUT_SECONDS is not particularly configurable. Investigate ways to make FILELOCK_ACQUIRE_TIMEOUT_SECONDS more easily configurable (this would be very helpful in the tests for this library).
If there is a good way to make this more configurable, implement it and create another ticket to update the tests in this library to set the timeout to a small value by default to limit the time it takes for tests to finish.
The text was updated successfully, but these errors were encountered:
As noted in this comment, the
FILELOCK_ACQUIRE_TIMEOUT_SECONDS
is not particularly configurable. Investigate ways to makeFILELOCK_ACQUIRE_TIMEOUT_SECONDS
more easily configurable (this would be very helpful in the tests for this library).If there is a good way to make this more configurable, implement it and create another ticket to update the tests in this library to set the timeout to a small value by default to limit the time it takes for tests to finish.
The text was updated successfully, but these errors were encountered: