Skip to content

Commit d9f40b6

Browse files
6by9pelwell
authored andcommitted
workflows: Increase timeout for toolchain install
5 minutes seems to be failing on a regular basis, so increase it. Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
1 parent 58db9ee commit d9f40b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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: 15
7171

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

0 commit comments

Comments
 (0)