Skip to content

Commit

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

// Set timeout to 10s for all tests
jest.setTimeout(10000);
// Set timeout to 9s for all tests
jest.setTimeout(9000);

describe("common/server", () => {
let httpServer: DaprServer;
Expand Down

0 comments on commit 6d093d2

Please sign in to comment.