Skip to content

Commit a2303da

Browse files
test
1 parent 4cc26ed commit a2303da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/web/tests/stream.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ export type GenerateConnectedDatabaseOptions = {
1212
powerSyncOptions: Partial<WebPowerSyncOpenFactoryOptions>;
1313
};
1414

15-
const UPLOAD_TIMEOUT_MS = 3000;
15+
// const UPLOAD_TIMEOUT_MS = 3000;
16+
const UPLOAD_TIMEOUT_MS = 30_000;
1617

1718
export const DEFAULT_CONNECTED_POWERSYNC_OPTIONS = {
1819
powerSyncOptions: {

0 commit comments

Comments
 (0)