Skip to content

Commit 936b1a0

Browse files
ci(GHA): Add global timeout [CICD-278] (#868)
1 parent d2be2a2 commit 936b1a0

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/integration.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
build:
1414
name: Build
1515
runs-on: ubuntu-latest
16+
timeout-minutes: 30
1617
env:
1718
NPM_CONFIG_LOGLEVEL: warn
1819

@@ -37,6 +38,7 @@ jobs:
3738
name: Test Local
3839
needs: build
3940
runs-on: ubuntu-latest
41+
timeout-minutes: 30
4042
env:
4143
WINSTON_CONSOLE_LEVEL: none
4244
EXPRESS_PORT: 1337
@@ -87,6 +89,7 @@ jobs:
8789
name: Test S3
8890
needs: test-local
8991
runs-on: ubuntu-latest
92+
timeout-minutes: 30
9093
env:
9194
WINSTON_CONSOLE_LEVEL: none
9295
EXPRESS_PORT: 1337
@@ -146,6 +149,7 @@ jobs:
146149
name: Test Azure
147150
needs: test-local
148151
runs-on: ubuntu-latest
152+
timeout-minutes: 30
149153
env:
150154
WINSTON_CONSOLE_LEVEL: none
151155
EXPRESS_PORT: 1337
@@ -201,6 +205,7 @@ jobs:
201205
name: Test Google
202206
needs: test-local
203207
runs-on: ubuntu-latest
208+
timeout-minutes: 30
204209
env:
205210
WINSTON_CONSOLE_LEVEL: none
206211
EXPRESS_PORT: 1337
@@ -259,6 +264,7 @@ jobs:
259264
if: github.ref == 'refs/heads/master'
260265
needs: [test-local, test-s3]
261266
runs-on: ubuntu-latest
267+
timeout-minutes: 30
262268

263269
steps:
264270
- uses: actions/checkout@v3
@@ -281,6 +287,7 @@ jobs:
281287
if: (!contains(github.ref_name, 'renovate') && !contains(github.ref_name, 'dependabot'))
282288
needs: [test-local, test-s3]
283289
runs-on: ubuntu-latest
290+
timeout-minutes: 30
284291

285292
steps:
286293
- uses: actions/checkout@v3

.github/workflows/wss.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ env:
1111
jobs:
1212
curl:
1313
runs-on: ubuntu-latest
14+
timeout-minutes: 20
1415
steps:
1516
- name: Set output
1617
id: vars

0 commit comments

Comments
 (0)