Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Signed-off-by: MregXN <[email protected]>
  • Loading branch information
MregXN committed Dec 5, 2023
1 parent c783ecf commit 29d0987
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/e2e/common/server.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const bulkSubscribeClodEventTopic = "bulk-subscribe-ce-topic";
const bulkSubscribeCloudEventToRawPayloadTopic = "bulk-subscribe-ce-rp-topic";
const bulkSubscribeRawPayloadToClodEventTopic = "bulk-subscribe-rp-ce-topic";

// set timeout to 7s for all tests
// Set timeout to 7s for all tests
jest.setTimeout(7000);

describe("common/server", () => {
Expand Down Expand Up @@ -139,13 +139,13 @@ describe("common/server", () => {

await setupPubSubSubscriptions();

// sleep 1s to get subscriptions ready
// Sleep 1s to get subscriptions ready
await NodeJSUtil.sleep(1000);

await httpServer.start();
await grpcServer.start();

// sleep 1s to get server ready
// Sleep 1s to get server ready
await NodeJSUtil.sleep(1000);
});

Expand Down

0 comments on commit 29d0987

Please sign in to comment.