aboutsummaryrefslogtreecommitdiff
path: root/test/unixexcl.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/unixexcl.test')
-rw-r--r--test/unixexcl.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unixexcl.test b/test/unixexcl.test
index d6762178d..8e9c4644d 100644
--- a/test/unixexcl.test
+++ b/test/unixexcl.test
@@ -87,6 +87,7 @@ do_multiclient_test tn {
sql1 {
PRAGMA auto_vacuum = 0;
PRAGMA journal_mode = WAL;
+ PRAGMA synchronous = FULL;
CREATE TABLE t1(a, b);
INSERT INTO t1 VALUES(1, 2);
}