aboutsummaryrefslogtreecommitdiff
path: root/ext/wasm/tests/opfs/concurrency/test.js
diff options
context:
space:
mode:
authorstephan <stephan@noemail.net>2022-12-03 01:59:03 +0000
committerstephan <stephan@noemail.net>2022-12-03 01:59:03 +0000
commita37fed0f6289faa31dad019785092c6e2f92a08b (patch)
tree0d14a3def1b1e433d514d0f8682485aedeac00c9 /ext/wasm/tests/opfs/concurrency/test.js
parentbb4e4a4840530da37c6fdaabc9769a1996f25809 (diff)
downloadsqlite-a37fed0f6289faa31dad019785092c6e2f92a08b.tar.gz
sqlite-a37fed0f6289faa31dad019785092c6e2f92a08b.zip
Rework the oo1.DB's distinct-per-VFS post-open() step to accept either a batch of SQL or a callback function. Increase OPFS's busy timeout to 10s.
FossilOrigin-Name: 9feefe253ac487cb52be6bdf91bdd305963266716baa08f2bf9505954ee76321
Diffstat (limited to 'ext/wasm/tests/opfs/concurrency/test.js')
-rw-r--r--ext/wasm/tests/opfs/concurrency/test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/wasm/tests/opfs/concurrency/test.js b/ext/wasm/tests/opfs/concurrency/test.js
index b994a8e79..14cd6f514 100644
--- a/ext/wasm/tests/opfs/concurrency/test.js
+++ b/ext/wasm/tests/opfs/concurrency/test.js
@@ -61,7 +61,7 @@
urlArgsHtml.has('verbose') ? +urlArgsHtml.get('verbose') : 1
) || 1;
options.interval = (
- urlArgsHtml.has('interval') ? +urlArgsHtml.get('interval') : 750
+ urlArgsHtml.has('interval') ? +urlArgsHtml.get('interval') : 1000
) || 1000;
options.iterations = (
urlArgsHtml.has('iterations') ? +urlArgsHtml.get('iterations') : 10