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 4cc26ed commit a2303daCopy full SHA for a2303da
packages/web/tests/stream.test.ts
@@ -12,7 +12,8 @@ export type GenerateConnectedDatabaseOptions = {
12
powerSyncOptions: Partial<WebPowerSyncOpenFactoryOptions>;
13
};
14
15
-const UPLOAD_TIMEOUT_MS = 3000;
+// const UPLOAD_TIMEOUT_MS = 3000;
16
+const UPLOAD_TIMEOUT_MS = 30_000;
17
18
export const DEFAULT_CONNECTED_POWERSYNC_OPTIONS = {
19
powerSyncOptions: {
0 commit comments