File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ concurrency:
14
14
jobs :
15
15
setup :
16
16
runs-on : ubuntu-20.04
17
+ timeout-minutes : 10
17
18
steps :
18
19
- uses : actions/checkout@v2
19
20
with :
43
44
44
45
specs :
45
46
runs-on : ubuntu-20.04
47
+ timeout-minutes : 10
46
48
needs : setup
47
49
if : ${{ always() && needs.setup.outputs.RUN_SPECS == 'true' }}
48
50
strategy :
65
67
run : yarn build:specs ${{ matrix.client }}
66
68
67
69
client_javascript :
70
+ timeout-minutes : 10
68
71
runs-on : ubuntu-20.04
69
72
needs :
70
73
- setup
@@ -102,6 +105,7 @@ jobs:
102
105
103
106
client_java :
104
107
runs-on : ubuntu-20.04
108
+ timeout-minutes : 10
105
109
needs :
106
110
- setup
107
111
- specs
@@ -139,6 +143,7 @@ jobs:
139
143
140
144
client_php :
141
145
runs-on : ubuntu-20.04
146
+ timeout-minutes : 10
142
147
needs :
143
148
- setup
144
149
- specs
@@ -169,6 +174,7 @@ jobs:
169
174
170
175
cts :
171
176
runs-on : ubuntu-20.04
177
+ timeout-minutes : 20
172
178
needs :
173
179
- client_javascript
174
180
- client_java
You can’t perform that action at this time.
0 commit comments