Skip to content

Commit

Permalink
Updated timeout on acceptance-workflow:run-acceptance-tests step to 3…
Browse files Browse the repository at this point in the history
…0 minutes

Signed-off-by: Roger Barker <[email protected]>
  • Loading branch information
rbarkerSL committed May 28, 2024
1 parent 4b3c33c commit 82105dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/acceptance-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
uses: nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e # v3.0.0
with:
max_attempts: 3
timeout_minutes: 20
timeout_minutes: 30
command: npm run acceptancetest:${{ inputs.testfilter }}
env:
TEST_WS_SERVER: ${{ inputs.test_ws_server }}
Expand Down

0 comments on commit 82105dc

Please sign in to comment.