Skip to content

Commit b09fd16

Browse files
ibihimstlaz
authored andcommitted
.github/workflows: increase timer
1 parent 8e93546 commit b09fd16

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
unit-tests:
7676
name: Unit tests
7777
runs-on: ubuntu-24.04
78-
timeout-minutes: 5
78+
timeout-minutes: 10
7979
steps:
8080
- name: Checkout repository
8181
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
@@ -91,7 +91,7 @@ jobs:
9191
e2e-tests:
9292
name: E2E tests
9393
runs-on: ubuntu-24.04
94-
timeout-minutes: 15
94+
timeout-minutes: 30
9595
steps:
9696
- name: Checkout repository
9797
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
@@ -125,7 +125,7 @@ jobs:
125125
publish:
126126
name: Publish container image to Quay
127127
runs-on: ubuntu-24.04
128-
timeout-minutes: 15
128+
timeout-minutes: 20
129129
if: ${{ github.event.repository.fork == false && github.event_name == 'push' }}
130130
needs:
131131
- check-license

0 commit comments

Comments
 (0)