Skip to content

Commit 950f4bb

Browse files
committed
add missing timeouts
1 parent 765f2ed commit 950f4bb

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/_test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,9 @@ jobs:
260260
cancel-in-progress: true
261261
group: ${{ github.head_ref }}-integration
262262
runs-on: ubuntu-latest
263+
264+
timeout-minutes: 15
265+
263266
services:
264267
postgres:
265268
image: postgres:18-alpine
@@ -611,6 +614,8 @@ jobs:
611614
group: ${{ github.head_ref }}-functional-${{matrix.name}}
612615
runs-on: ubuntu-latest
613616

617+
timeout-minutes: 15
618+
614619
strategy:
615620
matrix:
616621
node-version: [22.x]

0 commit comments

Comments
 (0)