Skip to content

Commit e0160c0

Browse files
pelwellpopcornmix
authored andcommitted
workflows: Increase DT tools installation timeout
Increase the timeout for the toolchain installation in the dtoverlaycheck workflow, to match that for the kernel. Signed-off-by: Phil Elwell <[email protected]>
1 parent 541864f commit e0160c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dtoverlaycheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
sudo apt update
2525
sudo apt-get install gcc-arm-linux-gnueabihf libfdt-dev device-tree-compiler gnutls-dev
26-
timeout-minutes: 10
26+
timeout-minutes: 15
2727

2828
- uses: actions/checkout@v4
2929
with:

0 commit comments

Comments
 (0)