From 2c4337f203b60edd6fbd95efa6c2afb2588d970d Mon Sep 17 00:00:00 2001 From: Yong Zhang Date: Tue, 18 Nov 2025 17:27:00 +0800 Subject: [PATCH] Increase timeout of the ci to avoid cancled by the timeout ### Motivation Increase the CI timeout value. --- .github/workflows/bk-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bk-ci.yml b/.github/workflows/bk-ci.yml index 10cfad1fc2e..086c718c440 100644 --- a/.github/workflows/bk-ci.yml +++ b/.github/workflows/bk-ci.yml @@ -209,7 +209,7 @@ jobs: integration-tests: name: Integration Tests runs-on: ubuntu-latest - timeout-minutes: 75 + timeout-minutes: 120 needs: [ 'build-and-license-check' ] if: ${{ needs.build-and-license-check.outputs.docs_only != 'true' }} steps: @@ -303,7 +303,7 @@ jobs: backward-compatibility-tests: name: Backward compatibility tests runs-on: ubuntu-latest - timeout-minutes: 75 + timeout-minutes: 120 needs: [ 'build-and-license-check' ] if: ${{ needs.build-and-license-check.outputs.docs_only != 'true' }} steps: