Skip to content

Commit 56eb911

Browse files
add test time out
1 parent 3ba5457 commit 56eb911

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/component-tests/events-tests/event-subscription.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ test.beforeAll(async () => {
1919
});
2020

2121
test.describe("Event Subscription SNS Tests", () => {
22+
test.setTimeout(180_000); // 3 minutes for long running polling
2223
test(`Verify that the publish event to nhs-${envName}-supapi-eventsub topic inserts data into db`, async ({
2324
request,
2425
}) => {

0 commit comments

Comments
 (0)