Skip to content

Commit

Permalink
QA framework: Bump timeout to 60 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
peel committed Feb 27, 2024
1 parent cdc7fd5 commit 0649f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,5 +173,5 @@ jobs:
token: ${{ secrets.GLOBAL_QA_FRAMEWORK_PAT }}
ref: "refs/heads/main"
inputs: '{ "test_directory": "collector", "qa_collector_version": "${{ steps.ver.outputs.project_version }}" }'
wait-for-completion-timeout: 30m # workflow is much slower in Azure; can take up to 20-something minutes
wait-for-completion-timeout: 60m # workflow is much slower in Azure; can take up to 20-something minutes
display-workflow-run-url: true

0 comments on commit 0649f5b

Please sign in to comment.