Skip to content

Commit 49dd122

Browse files
committed
workflows: Increase timeout for toolchain install
5 minutes seems to be failing on a regular basis, so increase to 10. Signed-off-by: Dave Stevenson <[email protected]>
1 parent 58db9ee commit 49dd122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/kernel-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
else
6868
sudo apt-get install gcc-arm-linux-gnueabihf;
6969
fi
70-
timeout-minutes: 5
70+
timeout-minutes: 10
7171

7272
- uses: actions/checkout@v4
7373
with:

0 commit comments

Comments
 (0)