Used to set the timeout for a locked resource (database or table).
property BusyTimeout: integer default 0;
Use the BusyTimeout property to set the timeout in milliseconds for a locked resource (database or table). If the resource is not unlocked during this time, SQLite returns the SQLITE_BUSY error. The default value is 0.