Skip to content

Commit 8e7372b

Browse files
committed
WIP
1 parent 2bfb61b commit 8e7372b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
connectorId: "connectorId"
1+
connectorId: "1"
22
authMode: "PUBLIC"

scripts/dataconnect-test/tests.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function expected(
2424
schemaUpdateTime,
2525
connectors: [
2626
{
27-
connectorId: "connectorId",
27+
connectorId: "1",
2828
connectorLastUpdated,
2929
},
3030
],
@@ -145,7 +145,7 @@ describe("firebase deploy", () => {
145145
});
146146

147147
afterEach(async function (this) {
148-
this.timeout(10000);
148+
this.timeout(100000); // Need to wait a long time for cleanup.
149149
fs.rmSync(fdcTest, { recursive: true, force: true });
150150
await cleanUpService(FIREBASE_PROJECT, serviceId, databaseId);
151151
});

0 commit comments

Comments
 (0)