Skip to content

Commit

Permalink
ci: add timeout-minutes: 60 to connect related tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mroz22 committed Jan 3, 2025
1 parent d6d9343 commit 2e82774
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/template-connect-popup-test-params.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
name: web
runs-on: ubuntu-latest
if: ${{ inputs.runWeb }}
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -97,6 +98,7 @@ jobs:
name: webextension
runs-on: ubuntu-latest
if: ${{ inputs.runWebextension }}
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -156,6 +158,7 @@ jobs:
name: core_in_popup
runs-on: ubuntu-latest
if: ${{ inputs.runCoreInPopup }}
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/template-connect-test-params.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
test:
name: "${{ inputs.testDescription }}"
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-connect-misc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
install-connect:
runs-on: ubuntu-latest
if: github.repository == 'trezor/trezor-suite'
timeout-minutes: 60
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -29,6 +30,7 @@ jobs:
test-protobuf:
runs-on: ubuntu-latest
if: github.repository == 'trezor/trezor-suite'
timeout-minutes: 60
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-connect-popup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
build-deploy:
needs: [extract-branch]
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-connect-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
connect-web-e2e:
if: github.repository == 'trezor/trezor-suite'
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-connect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
build:
if: github.repository == 'trezor/trezor-suite'
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -66,6 +67,7 @@ jobs:

set-matrix:
runs-on: ubuntu-latest
timeout-minutes: 60
outputs:
dailyMatrix: ${{ steps.set-matrix-daily.outputs.dailyMatrix }}
otherDevicesMatrix: ${{ steps.set-matrix-other-devices.outputs.otherDevicesMatrix }}
Expand Down

0 comments on commit 2e82774

Please sign in to comment.