Index: third_party/sqlite/src/test/lock.test |
diff --git a/third_party/sqlite/src/test/lock.test b/third_party/sqlite/src/test/lock.test |
index 6ec85eea3cef5fdc2b67c13776ad7ef871d26cf0..f785c4bb2384ecedaa37c2b184b48f660f908c53 100644 |
--- a/third_party/sqlite/src/test/lock.test |
+++ b/third_party/sqlite/src/test/lock.test |
@@ -241,6 +241,9 @@ execsql {ROLLBACK} |
# Test the built-in busy timeout handler |
# |
+# EVIDENCE-OF: R-23579-05241 PRAGMA busy_timeout; PRAGMA busy_timeout = |
+# milliseconds; Query or change the setting of the busy timeout. |
+# |
do_test lock-2.8 { |
db2 timeout 400 |
execsql BEGIN |