Skip to content

Commit

Permalink
Adjust timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali committed Apr 6, 2021
1 parent b075e31 commit 6442f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion submodules/Postbox/Sources/SqliteValueBox.swift
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ public final class SqliteValueBox: ValueBox {
postboxLog("Timeout reached, discarding database")
try? FileManager.default.removeItem(atPath: databasePath)

preconditionFailure()
exit(0)
}
})
let status = sqlite3_prepare_v2(database.handle, "SELECT * FROM sqlite_master LIMIT 1", -1, &statement, nil)
Expand Down

0 comments on commit 6442f79

Please sign in to comment.