Skip to content

Commit 3c3b75f

Browse files
authored
Bump timeout for linking CSQL (#8695)
1 parent 9274431 commit 3c3b75f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
- Improved GetDatabase API call caching for Firestore function deployments. (#8681)
2+
- Increased timeout for linking CloudSQL instances to Data Connect.

src/dataconnect/client.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ export async function upsertSchema(
132132
apiOrigin: dataconnectOrigin(),
133133
apiVersion: DATACONNECT_API_VERSION,
134134
operationResourceName: op.body.name,
135+
masterTimeout: 120000,
135136
});
136137
}
137138

0 commit comments

Comments
 (0)