Skip to content

Commit

Permalink
ci: Increase E2E test timeout (#6913)
Browse files Browse the repository at this point in the history
  • Loading branch information
lforst authored Jan 24, 2023
1 parent 3aed9a7 commit 1476a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ jobs:
github.actor != 'dependabot[bot]'
needs: [job_get_metadata, job_build]
runs-on: ubuntu-20.04
timeout-minutes: 10
timeout-minutes: 20
steps:
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
uses: actions/checkout@v3
Expand Down

0 comments on commit 1476a1f

Please sign in to comment.