Skip to content

Commit 48d4a2b

Browse files
authored
Gives more time for stack creation before timing out.
1 parent 054c03e commit 48d4a2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascriptv3/example_code/cross-services/wkflw-pools-triggers/tests/scenario-auto-confirm.integration.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ describe("Scenario - AutoConfirm", () => {
3535
}),
3636
);
3737
await retry(
38-
{ intervalInMs: 2000, maxRetries: 60, backoff: 1000 },
38+
{ intervalInMs: 2000, maxRetries: 100, backoff: 5000 },
3939
async () => {
4040
const { Stacks } = await cloudformationClient.send(
4141
new DescribeStacksCommand({ StackName: stackName }),

0 commit comments

Comments
 (0)