Skip to content

Commit e73e164

Browse files
reduce timeout
1 parent b82f759 commit e73e164

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/lib-backend_code_validation_and_docs.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525

2626
jobs:
2727
poetry-redoc:
28-
timeout-minutes: 15
28+
timeout-minutes: 10
2929
runs-on: samba
3030
environment: ${{ inputs.environment }}
3131
env:
@@ -50,7 +50,7 @@ jobs:
5050

5151
generate-badges:
5252
needs: [poetry-redoc]
53-
timeout-minutes: 15
53+
timeout-minutes: 5
5454
# Code coverage action doesn't run on self-hosted runner
5555
runs-on: ubuntu-latest
5656
environment: ${{ inputs.environment }}
@@ -70,7 +70,7 @@ jobs:
7070

7171
update-pr-body:
7272
needs: [poetry-redoc, generate-badges]
73-
timeout-minutes: 10
73+
timeout-minutes: 5
7474
if: ${{ github.ref != 'refs/heads/main' }}
7575
# myposter-de/update-pr-description action doesn't run on a self-hosted runner
7676
runs-on: ubuntu-latest
@@ -95,7 +95,7 @@ jobs:
9595

9696
upload-main-badge:
9797
needs: [poetry-redoc, generate-badges]
98-
timeout-minutes: 10
98+
timeout-minutes: 5
9999
if: ${{ github.ref == 'refs/heads/main' }}
100100
runs-on: samba
101101
environment: ${{ inputs.environment }}
@@ -106,4 +106,4 @@ jobs:
106106
uses: SatelCreative/[email protected]
107107
with:
108108
app-name: ${{ inputs.app-name }}
109-
badge: ${{ env.BADGE }}
109+
badge: ${{ env.BADGE }}

0 commit comments

Comments
 (0)