We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 765f2ed commit 950f4bbCopy full SHA for 950f4bb
1 file changed
.github/workflows/_test.yml
@@ -260,6 +260,9 @@ jobs:
260
cancel-in-progress: true
261
group: ${{ github.head_ref }}-integration
262
runs-on: ubuntu-latest
263
+
264
+ timeout-minutes: 15
265
266
services:
267
postgres:
268
image: postgres:18-alpine
@@ -611,6 +614,8 @@ jobs:
611
614
group: ${{ github.head_ref }}-functional-${{matrix.name}}
612
615
613
616
617
618
619
strategy:
620
matrix:
621
node-version: [22.x]
0 commit comments