Skip to content

Commit

Permalink
Merge pull request #1065 from Backblaze/ci-timeouts
Browse files Browse the repository at this point in the history
Align CI timeouts with SDK
  • Loading branch information
mlech-reef authored Jan 7, 2025
2 parents 543eb2a + 6533ec0 commit 3214645
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:

jobs:
lint:
timeout-minutes: 60
timeout-minutes: 30
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -35,6 +35,7 @@ jobs:
- name: Changelog validation
run: nox -vs towncrier_check
build:
timeout-minutes: 30
needs: lint
runs-on: ubuntu-latest
steps:
Expand All @@ -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 }}
Expand Down

0 comments on commit 3214645

Please sign in to comment.