Skip to content

Commit a0dfaf6

Browse files
test timeout on ci
1 parent 5074bb7 commit a0dfaf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web/tests/stream.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ function describeStreamingTests(createConnectedDatabase: () => Promise<Connected
225225
const call = spy.mock.lastCall![1] as PowerSyncConnectionOptions;
226226
expect(call.params!['count']).eq(0);
227227
},
228-
{ timeout: 4000, interval: 100 }
228+
{ timeout: 8000, interval: 100 }
229229
);
230230

231231
expect(

0 commit comments

Comments
 (0)