Skip to content

Commit e03817e

Browse files
committed
Increase a test timeout
1 parent 56d3823 commit e03817e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/overwrite-database-file.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ describe.each(testVariation('overwrite-db'))(
210210

211211
it(
212212
'should run onInit statements before other queries after overwrite',
213-
{ timeout: type === 'opfs' ? 1500 : undefined },
213+
{ timeout: type === 'opfs' ? 2000 : undefined },
214214
async () => {
215215
const databasePath = path;
216216
const onInit: ClientConfig['onInit'] = (sql) => {

0 commit comments

Comments
 (0)