Skip to content

Commit d0e8f2b

Browse files
committed
Increase timeout
1 parent 1ffe324 commit d0e8f2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/evals.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
# Run if triggered manually or if PR has 'evals' label.
1515
if: github.event_name == 'workflow_dispatch' || contains(github.event.label.name, 'evals')
1616
runs-on: blacksmith-16vcpu-ubuntu-2404
17-
timeout-minutes: 30
17+
timeout-minutes: 45
1818

1919
steps:
2020
- name: Checkout repository

0 commit comments

Comments
 (0)