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 4804531 commit df07223Copy full SHA for df07223
packages/node/tests/utils.ts
@@ -150,6 +150,8 @@ export const mockSyncServiceTest = tempDirectoryTest.extend<{
150
151
const newConnection = async (options?: Partial<NodePowerSyncDatabaseOptions>) => {
152
const db = await createDatabase(tmpdir, {
153
+ // This might help with test stability/timeouts if a retry is needed
154
+ retryDelayMs: 100,
155
...options,
156
database: {
157
dbFilename: databaseName,
0 commit comments