Skip to content

Commit 3214645

Browse files
authored
Merge pull request #1065 from Backblaze/ci-timeouts
Align CI timeouts with SDK
2 parents 543eb2a + 6533ec0 commit 3214645

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: .github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111

1212
jobs:
1313
lint:
14-
timeout-minutes: 60
14+
timeout-minutes: 30
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v4
@@ -35,6 +35,7 @@ jobs:
3535
- name: Changelog validation
3636
run: nox -vs towncrier_check
3737
build:
38+
timeout-minutes: 30
3839
needs: lint
3940
runs-on: ubuntu-latest
4041
steps:
@@ -50,6 +51,7 @@ jobs:
5051
- name: Build the distribution
5152
run: nox -vs build
5253
cleanup_buckets:
54+
timeout-minutes: 30
5355
needs: lint
5456
env:
5557
B2_TEST_APPLICATION_KEY: ${{ secrets.B2_TEST_APPLICATION_KEY }}

0 commit comments

Comments
 (0)