Skip to content

Commit bc960ac

Browse files
committed
higher timeout and anthropic api key
1 parent f26fdf1 commit bc960ac

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/publish-benchmark.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ jobs:
123123
env:
124124
OPENCODE_API_KEY: ${{ secrets.OPENCODE_API_KEY }}
125125
CODEX_API_KEY: ${{ secrets.CODEX_API_KEY }}
126+
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
126127
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
127128
GITHUB_BENCHMARK_JOB_URL: ${{ steps.job_url.outputs.url }}
128129
URLS: ${{ needs.publish.outputs.urls }}
@@ -131,7 +132,7 @@ jobs:
131132
BENCHMARK_AGENT: ${{ matrix.agent }}
132133
with:
133134
max_attempts: 3
134-
timeout_minutes: 30
135+
timeout_minutes: 90
135136
retry_on: error
136137
command: |
137138
set -euo pipefail

0 commit comments

Comments
 (0)