We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56d3823 commit e03817eCopy full SHA for e03817e
test/overwrite-database-file.test.ts
@@ -210,7 +210,7 @@ describe.each(testVariation('overwrite-db'))(
210
211
it(
212
'should run onInit statements before other queries after overwrite',
213
- { timeout: type === 'opfs' ? 1500 : undefined },
+ { timeout: type === 'opfs' ? 2000 : undefined },
214
async () => {
215
const databasePath = path;
216
const onInit: ClientConfig['onInit'] = (sql) => {
0 commit comments