We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f26fdf1 commit bc960acCopy full SHA for bc960ac
1 file changed
.github/workflows/publish-benchmark.yml
@@ -123,6 +123,7 @@ jobs:
123
env:
124
OPENCODE_API_KEY: ${{ secrets.OPENCODE_API_KEY }}
125
CODEX_API_KEY: ${{ secrets.CODEX_API_KEY }}
126
+ ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
127
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
128
GITHUB_BENCHMARK_JOB_URL: ${{ steps.job_url.outputs.url }}
129
URLS: ${{ needs.publish.outputs.urls }}
@@ -131,7 +132,7 @@ jobs:
131
132
BENCHMARK_AGENT: ${{ matrix.agent }}
133
with:
134
max_attempts: 3
- timeout_minutes: 30
135
+ timeout_minutes: 90
136
retry_on: error
137
command: |
138
set -euo pipefail
0 commit comments