[AltStoreCore] Fixes DatabaseManager.startForPreview() deadlock

This commit is contained in:
Riley Testut
2023-10-19 14:13:12 -05:00
committed by Magesh K
parent 9589baff46
commit 2a0fdaace0

View File

@@ -192,7 +192,7 @@ public extension DatabaseManager
}
}
semaphore.wait()
_ = semaphore.wait(timeout: .now() + 2.0)
}
}