Skip to content

Commit a382cf2

Browse files
committed
revert nightly eval concurrency to 10
1 parent b804073 commit a382cf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightly-evals.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
run-nightly-evals:
1111
runs-on: ubuntu-latest
12-
timeout-minutes: 1440
12+
timeout-minutes: 360 # 6 hours is the max for any hosted github action
1313
steps:
1414
- name: Checkout repository
1515
uses: actions/checkout@v3
@@ -47,7 +47,7 @@ jobs:
4747
echo "CODEBUFF_GITHUB_TOKEN=${{ secrets.CODEBUFF_GITHUB_TOKEN }}" >> $GITHUB_ENV
4848
4949
- name: Run nightly evals
50-
run: cd evals && bun run-eval-set --concurrency 3 --email --title "Nightly Eval Run ($(date '+%Y-%m-%d'))"
50+
run: cd evals && bun run-eval-set --concurrency 10 --email --title "Nightly Eval Run ($(date '+%Y-%m-%d'))"
5151

5252
- name: Workflow completed
5353
run: echo "Nightly evals workflow completed successfully"

0 commit comments

Comments
 (0)