Commit 1d92130
committed
[chores] Increase SQLite busy-timeout to reduce transient lock errors in CI
Bumps the SQLite connection timeout from 10 s to 20 s so that
TransactionTestCase teardown/flush operations that briefly hold the
write lock on slow CI runners no longer cause spurious
"database is locked" errors.1 parent a95408d commit 1d92130
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments