Skip to content

Commit bd11ec3

Browse files
committed
No need to increase these times
1 parent 764a5d7 commit bd11ec3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-docker-monorepo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
permissions:
7373
packages: write
7474
contents: read
75-
timeout-minutes: 20 # 2025-11-20: Arm64 build takes about 6 minutes, amd64 build about 3.
75+
timeout-minutes: 15 # 2025-11-20: Arm64 build takes about 6 minutes, amd64 build about 3.
7676
strategy:
7777
matrix:
7878
include:

.github/workflows/build-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
permissions:
7575
packages: write
7676
contents: read
77-
timeout-minutes: 20 # 2025-11-20: Arm64 build takes about 6 minutes, amd64 build about 3.
77+
timeout-minutes: 15 # 2025-11-20: Arm64 build takes about 6 minutes, amd64 build about 3.
7878
strategy:
7979
matrix:
8080
include:

0 commit comments

Comments
 (0)