lockTimeout property

Duration? lockTimeout
final

Timeout waiting for locks to be released by other connections. Defaults to 30 seconds. Set to null or Duration.zero to fail immediately when the database is locked.

Implementation

final Duration? lockTimeout;