From 6533ec0ce33884fc866eba8372ac8ae5ae012991 Mon Sep 17 00:00:00 2001 From: Maciej Lech Date: Tue, 31 Dec 2024 15:21:46 +0100 Subject: [PATCH] Align CI timeouts with SDK --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8989abf7..81bca44a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ env: jobs: lint: - timeout-minutes: 60 + timeout-minutes: 30 runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -35,6 +35,7 @@ jobs: - name: Changelog validation run: nox -vs towncrier_check build: + timeout-minutes: 30 needs: lint runs-on: ubuntu-latest steps: @@ -50,6 +51,7 @@ jobs: - name: Build the distribution run: nox -vs build cleanup_buckets: + timeout-minutes: 30 needs: lint env: B2_TEST_APPLICATION_KEY: ${{ secrets.B2_TEST_APPLICATION_KEY }}