Skip to content

Commit 9222362

Browse files
committed
test(signature-v4-multi-region): timeouts
1 parent 007cbcd commit 9222362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/signature-v4-multi-region/src/eventbridge-sigv4a-put-api.e2e.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ describe("EventBridge Client with SignatureV4a", () => {
135135
secondaryEbClient?.destroy();
136136
route53Client?.destroy();
137137
globalEbClient?.destroy();
138-
});
138+
}, LONG_TIMEOUT);
139139

140140
it("should add SigV4a headers when signing an EventBridge request (mocked)", async () => {
141141
expect(signer).toBeDefined();

0 commit comments

Comments
 (0)