Skip to content

Commit 1476a1f

Browse files
author
Luca Forstner
authored
ci: Increase E2E test timeout (#6913)
1 parent 3aed9a7 commit 1476a1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@ jobs:
736736
github.actor != 'dependabot[bot]'
737737
needs: [job_get_metadata, job_build]
738738
runs-on: ubuntu-20.04
739-
timeout-minutes: 10
739+
timeout-minutes: 20
740740
steps:
741741
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
742742
uses: actions/checkout@v3

0 commit comments

Comments
 (0)