Skip to content

Commit

Permalink
test: Increase the polling timeout (#1319)
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-yeager authored Jan 7, 2025
1 parent 0916a0a commit cfba705
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions acceptance-tests/tests/workflows/secretsFlow.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ const SECRET = {
};

const secretPollingOptions = {
interval: 2000,
timeout: 20000,
interval: 5000,
timeout: 60000,
};

async function waitForSecretsListToContainSecret(testState: TestState) {
Expand Down

0 comments on commit cfba705

Please sign in to comment.