From aa7f9da1126c956ce108183a34f7ca253e8dfd39 Mon Sep 17 00:00:00 2001 From: yunhanw-google Date: Thu, 6 Jan 2022 10:50:54 -0800 Subject: [PATCH] bump binaries genration timeout to 30min for cirque (#13337) --- .github/workflows/cirque.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cirque.yaml b/.github/workflows/cirque.yaml index bf213f37f2f19c..e6fbd6c8bd43c2 100644 --- a/.github/workflows/cirque.yaml +++ b/.github/workflows/cirque.yaml @@ -94,7 +94,7 @@ jobs: if_true: "${{ github.sha }}" if_false: "pull-${{ github.event.pull_request.number }}" - name: Build Binaries - timeout-minutes: 15 + timeout-minutes: 30 run: | integrations/docker/images/chip-build-cirque/run.sh \ --env GITHUB_ACTION_RUN=1 \