Skip to content

Commit d05df8c

Browse files
committed
timeouts
1 parent d080018 commit d05df8c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/evals.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
jobs:
66
eval:
77
runs-on: ubuntu-24.04
8+
timeout-minutes: 10
89
steps:
910
- uses: actions/checkout@v4
1011
- uses: ./.github/actions/setup

.github/workflows/test-and-check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
jobs:
77
test:
88
runs-on: ubuntu-24.04
9+
timeout-minutes: 10
910
strategy:
1011
matrix:
1112
node-version: [20, 22]

0 commit comments

Comments
 (0)