Skip to content

Commit

Permalink
Add 45 minute timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky committed Jan 26, 2024
1 parent fc7b04a commit 42244de
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cron-expo-install-new-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
build:
name: Upgrade Expo packages
runs-on: ubuntu-latest
timeout-minutes: 45
steps:
- uses: actions/checkout@v3
# To trigger further `on: [push]` workflow runs
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/detox-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ jobs:
build:
name: Detox Integration Tests - Android
runs-on: macos-12
timeout-minutes: 45
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/detox-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ jobs:
build:
name: Detox Integration Tests - iOS
runs-on: macos-12
timeout-minutes: 45
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/expo-start-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ jobs:
build:
name: Expo Dev Server Tests
runs-on: macos-latest
timeout-minutes: 45
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint-check-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ jobs:
build:
name: Lint, Check Types, Jest
runs-on: ubuntu-latest
timeout-minutes: 45
steps:
- uses: actions/checkout@v3
- name: Use Node.js
Expand Down

0 comments on commit 42244de

Please sign in to comment.