Skip to content

Commit 3d3b370

Browse files
ryanbreenclaude
andcommitted
Increase CI job timeout from 2 to 10 minutes
The kernel build is taking longer than 2 minutes, causing CI cancellation. This timeout increase allows sufficient time for the build to complete. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 2024970 commit 3d3b370

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/isolation-syscall.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
test-syscalls:
1111
runs-on: ubuntu-latest
12-
timeout-minutes: 2
12+
timeout-minutes: 10
1313

1414
steps:
1515
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)