NSPersistentStoreTimeoutOption
Options key that specifies the connection timeout for Core Data stores.
Declaration
let NSPersistentStoreTimeoutOption: StringDiscussion
The corresponding value is an NSNumber object that represents the duration in seconds that Core Data will wait while attempting to create a connection to a persistent store. If a connection is cannot be made within that timeframe, the operation is aborted and an error is returned.