diff options
Diffstat (limited to 'test/multiplex3.test')
-rw-r--r-- | test/multiplex3.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/multiplex3.test b/test/multiplex3.test index c1e741acd..318835016 100644 --- a/test/multiplex3.test +++ b/test/multiplex3.test @@ -82,6 +82,8 @@ do_faultsim_test 1 -prep { multiplex_restore_db sqlite3 db file:test.db?8_3_names=1 sqlite3_multiplex_control db main chunk_size [expr 256*1024] + execsql { PRAGMA journal_mode = truncate } + execsql { PRAGMA synchronous = off } } -body { execsql { UPDATE t1 SET a=randomblob(12), b=randomblob(1500) WHERE (rowid%32)=0 |