How to increase the busy timeout for the SQLite on Android ? It would be useful for situations when two threads are simultaneously trying to insert some data to DB and exception is thrown:
android.database.sqlite.SQLiteException: error code 5: database is locked.