Skip to content

Commit 3e36452

Browse files
authored
Merge pull request #87 from Chia-Network/altendky-patch-4
fix timeout for risc build
2 parents 11d86c4 + 7dcbaa2 commit 3e36452

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-ubuntu-22.04-risc.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,10 @@ concurrency:
2323
jobs:
2424
build:
2525
uses: Chia-Network/actions/.github/workflows/docker-build.yaml@main
26-
timeout-minutes: 240
2726
with:
2827
alternate-latest-mode: true
2928
runs-on: k8s-public
30-
timeout-minutes: 1440
29+
timeout-minutes: 240
3130
docker-context: "./ubuntu-22.04-risc"
3231
dockerfile: "./ubuntu-22.04-risc/Dockerfile"
3332
dockerhub_imagename: "chianetwork/ubuntu-22.04-risc-builder"

0 commit comments

Comments
 (0)