From fe0ca2d042a148fa3c6f4f08d4d2e6e8ae00d4da Mon Sep 17 00:00:00 2001 From: Andrei Litvin Date: Thu, 15 Sep 2022 13:49:16 -0400 Subject: [PATCH] Bump up cirque timeouts (#22680) Co-authored-by: Andrei Litvin --- .github/workflows/cirque.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cirque.yaml b/.github/workflows/cirque.yaml index e76022d79f24e0..e267c4d07bdf2a 100644 --- a/.github/workflows/cirque.yaml +++ b/.github/workflows/cirque.yaml @@ -26,7 +26,7 @@ concurrency: jobs: cirque: name: Cirque - timeout-minutes: 75 + timeout-minutes: 90 env: DOCKER_RUN_VERSION: 0.5.99 @@ -114,7 +114,7 @@ jobs: && scripts/build/gn_gen_cirque.sh ' - name: Run Tests - timeout-minutes: 25 + timeout-minutes: 45 run: | integrations/docker/images/chip-build-cirque/run.sh \ --env LOG_DIR=/tmp/cirque_test_output \