Skip to content

Commit 5112379

Browse files
Increase Debian build workflow timeout to 210 minutes
This one times out when building the arm/v7 stuff, try increasing the timeout.
1 parent 4e1d2ad commit 5112379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818
jobs:
1919
docker_buildx_debian:
2020
runs-on: ubuntu-latest
21-
timeout-minutes: 100
21+
timeout-minutes: 210
2222
steps:
2323
- name: Run Docker on tmpfs
2424
uses: JonasAlfredsson/docker-on-tmpfs@v1.0.1

0 commit comments

Comments
 (0)