Re-introduce sleep to lockfile creation wait.

This commit is contained in:
dotasek 2024-09-19 12:53:17 -04:00
parent c81c631ae8
commit 356a70a845
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ public class LockfileTestUtility {
// the file system immediately. It is unlikely to appear in production environments, but should it occur, it will
// result in a lock file being erroneously reported as not having an owning process, and will cause a package to
// fail to be loaded from that cache until the lock is cleaned up by cache initialization.
//Thread.sleep(100);
Thread.sleep(100);
}