Skip to content

Commit 87a0bf1

Browse files
0caclaude
andcommitted
ci: increase build timeout to 30m for heavy challenges
EV-12 bot service downloads Chromium via Puppeteer during npm install, which exceeds the 20-minute limit on CI runners. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 32f8aeb commit 87a0bf1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-challenges.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
name: "Build ${{ matrix.challenge.name }}"
6060
needs: discover
6161
runs-on: ubuntu-latest
62-
timeout-minutes: 20
62+
timeout-minutes: 30
6363
strategy:
6464
# Don't cancel other builds if one fails
6565
fail-fast: false

0 commit comments

Comments
 (0)