Skip to content

Commit

Permalink
Lower timeout-minutes.
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentmr committed Sep 19, 2023
1 parent 67aaaf6 commit 677efb4
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_and_cache_Kokkos_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ concurrency:
cancel-in-progress: true

jobs:
timeout-minutes: 30
linux-set-builder-matrix:
name: Set Kokkos builder matrix
runs-on: ubuntu-22.04
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/changelog_reminder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
name: Changelog Reminder

jobs:
timeout-minutes: 30
remind:
name: Changelog Reminder
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ concurrency:
cancel-in-progress: true

jobs:
timeout-minutes: 60
black:
runs-on: ubuntu-22.04
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/post_release_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ env:
TAG_NAME: latest_release

jobs:
timeout-minutes: 30
post_release_tag_latest:
runs-on: ubuntu-latest

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/post_release_version_bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
types: [published]

jobs:
timeout-minutes: 30
post_release_version_bump:
runs-on: ubuntu-latest

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pre_release_version_bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
workflow_dispatch:

jobs:
timeout-minutes: 30
pre_release_version_bump:
runs-on: ubuntu-latest

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/set_wheel_build_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ concurrency:
cancel-in-progress: true

jobs:
timeout-minutes: 30
set-builder-matrix:
runs-on: ubuntu-22.04

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ concurrency:
cancel-in-progress: true

jobs:
timeout-minutes: 30
cpptests:
strategy:
matrix:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ concurrency:
cancel-in-progress: true

jobs:
timeout-minutes: 30
cpptests:
name: C++ tests (Windows)
runs-on: ${{ matrix.os }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests_without_binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ concurrency:
cancel-in-progress: true

jobs:
timeout-minutes: 30
pythontests:
name: Python tests
runs-on: ${{ matrix.os }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/update_dev_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
pull_request:

jobs:
timeout-minutes: 30
update-dev-version:
name: Update version for development branches
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/wheel_linux_aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ concurrency:
cancel-in-progress: true

jobs:
timeout-minutes: 60
set_wheel_build_matrix:
name: "Set wheel build matrix"
uses: ./.github/workflows/set_wheel_build_matrix.yml
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/wheel_linux_ppc64le.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ concurrency:
cancel-in-progress: true

jobs:
timeout-minutes: 60
set_wheel_build_matrix:
name: "Set wheel build matrix"
uses: ./.github/workflows/set_wheel_build_matrix.yml
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/wheel_linux_x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ concurrency:
cancel-in-progress: true

jobs:
timeout-minutes: 30
set_wheel_build_matrix:
name: "Set wheel build matrix"
uses: ./.github/workflows/set_wheel_build_matrix.yml
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/wheel_macos_arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ concurrency:
cancel-in-progress: true

jobs:
timeout-minutes: 60
mac-set-matrix-arm:
name: Set builder matrix
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/wheel_macos_x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ concurrency:
cancel-in-progress: true

jobs:
timeout-minutes: 30
set_wheel_build_matrix:
name: "Set wheel build matrix"
uses: ./.github/workflows/set_wheel_build_matrix.yml
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/wheel_noarch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ concurrency:
cancel-in-progress: true

jobs:
timeout-minutes: 30
build-pure-python-wheel:
strategy:
matrix:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/wheel_win_x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ concurrency:
cancel-in-progress: true

jobs:
timeout-minutes: 30
set_wheel_build_matrix:
name: "Set wheel build matrix"
uses: ./.github/workflows/set_wheel_build_matrix.yml
Expand Down

0 comments on commit 677efb4

Please sign in to comment.