Skip to content

Commit

Permalink
add back timeout-minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
jharley committed Jan 13, 2025
1 parent cb062cc commit 8bf989c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
build:
name: Build
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -33,6 +34,7 @@ jobs:
name: Test US
needs: build
runs-on: ubuntu-latest
timeout-minutes: 25
concurrency:
group: hnytf-testacc-us
env:
Expand Down Expand Up @@ -123,6 +125,7 @@ jobs:
name: Test EU
needs: build
runs-on: ubuntu-latest
timeout-minutes: 25
concurrency:
group: hnytf-testacc-eu
env:
Expand Down

0 comments on commit 8bf989c

Please sign in to comment.