File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 75
75
unit-tests :
76
76
name : Unit tests
77
77
runs-on : ubuntu-24.04
78
- timeout-minutes : 5
78
+ timeout-minutes : 10
79
79
steps :
80
80
- name : Checkout repository
81
81
uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
91
91
e2e-tests :
92
92
name : E2E tests
93
93
runs-on : ubuntu-24.04
94
- timeout-minutes : 15
94
+ timeout-minutes : 30
95
95
steps :
96
96
- name : Checkout repository
97
97
uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
@@ -125,7 +125,7 @@ jobs:
125
125
publish :
126
126
name : Publish container image to Quay
127
127
runs-on : ubuntu-24.04
128
- timeout-minutes : 15
128
+ timeout-minutes : 20
129
129
if : ${{ github.event.repository.fork == false && github.event_name == 'push' }}
130
130
needs :
131
131
- check-license
You can’t perform that action at this time.
0 commit comments