We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ffe324 commit d0e8f2bCopy full SHA for d0e8f2b
.github/workflows/evals.yml
@@ -14,7 +14,7 @@ jobs:
14
# Run if triggered manually or if PR has 'evals' label.
15
if: github.event_name == 'workflow_dispatch' || contains(github.event.label.name, 'evals')
16
runs-on: blacksmith-16vcpu-ubuntu-2404
17
- timeout-minutes: 30
+ timeout-minutes: 45
18
19
steps:
20
- name: Checkout repository
0 commit comments