Skip to content

Commit 65da8a7

Browse files
committed
Increase delete request timeout
1 parent 25645f5 commit 65da8a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

feature-tests/tests/resources/step-definitions/invoke-api-gateway-happy-path.step.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ describeFeature(feature, ({ Scenario, ScenarioOutline, BeforeEachScenario }) =>
520520
});
521521

522522
And("I invoke an API to retrieve the deleted intervention status of the user's account", async () => {
523-
await timeDelayForTestEnvironment(5000);
523+
await timeDelayForTestEnvironment(10000);
524524
getItem = await getRecordFromTable(testUserId);
525525
response = await invokeGetAccountState(testUserId, true);
526526
});

0 commit comments

Comments
 (0)