Skip to content

Commit 0579194

Browse files
authored
chore: set lower github actions timeout (#127)
1 parent 2bee6f6 commit 0579194

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/check.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ concurrency:
1414
jobs:
1515
setup:
1616
runs-on: ubuntu-20.04
17+
timeout-minutes: 10
1718
steps:
1819
- uses: actions/checkout@v2
1920
with:
@@ -43,6 +44,7 @@ jobs:
4344

4445
specs:
4546
runs-on: ubuntu-20.04
47+
timeout-minutes: 10
4648
needs: setup
4749
if: ${{ always() && needs.setup.outputs.RUN_SPECS == 'true' }}
4850
strategy:
@@ -65,6 +67,7 @@ jobs:
6567
run: yarn build:specs ${{ matrix.client }}
6668

6769
client_javascript:
70+
timeout-minutes: 10
6871
runs-on: ubuntu-20.04
6972
needs:
7073
- setup
@@ -102,6 +105,7 @@ jobs:
102105

103106
client_java:
104107
runs-on: ubuntu-20.04
108+
timeout-minutes: 10
105109
needs:
106110
- setup
107111
- specs
@@ -139,6 +143,7 @@ jobs:
139143

140144
client_php:
141145
runs-on: ubuntu-20.04
146+
timeout-minutes: 10
142147
needs:
143148
- setup
144149
- specs
@@ -169,6 +174,7 @@ jobs:
169174

170175
cts:
171176
runs-on: ubuntu-20.04
177+
timeout-minutes: 20
172178
needs:
173179
- client_javascript
174180
- client_java

0 commit comments

Comments
 (0)