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 5074bb7 commit a0dfaf6Copy full SHA for a0dfaf6
packages/web/tests/stream.test.ts
@@ -225,7 +225,7 @@ function describeStreamingTests(createConnectedDatabase: () => Promise<Connected
225
const call = spy.mock.lastCall![1] as PowerSyncConnectionOptions;
226
expect(call.params!['count']).eq(0);
227
},
228
- { timeout: 4000, interval: 100 }
+ { timeout: 8000, interval: 100 }
229
);
230
231
expect(
0 commit comments