Skip to content

Commit 2278e34

Browse files
committed
Increase P&R rebuild timeout to 180 minutes
With swap enabled, P&R runs slower due to memory pressure causing some thrashing. The 120-minute timeout is insufficient. Bump to 180 minutes to accommodate the slower execution with swap. Co-developed-by: Claude Code v2.1.44 (claude-opus-4-6)
1 parent eaa5905 commit 2278e34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mcu-soc-rebuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
rebuild:
2020
name: Rebuild MCU SoC Test Data
2121
runs-on: ubuntu-latest
22-
timeout-minutes: 120
22+
timeout-minutes: 180
2323
steps:
2424
- name: Free disk space
2525
run: |

0 commit comments

Comments
 (0)