Skip to content

Commit

Permalink
Bump CAT wallet test timeout to 40 minutes (#10605)
Browse files Browse the repository at this point in the history
  • Loading branch information
arvidn authored Mar 9, 2022
1 parent a0897d8 commit 0e29dbc
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-macos-core-full_node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
build:
name: MacOS core-full_node Tests
runs-on: ${{ matrix.os }}
timeout-minutes: 40
timeout-minutes: 50
strategy:
fail-fast: false
max-parallel: 4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-test-macos-wallet-cat_wallet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
build:
name: MacOS wallet-cat_wallet Tests
runs-on: ${{ matrix.os }}
timeout-minutes: 30
timeout-minutes: 50
strategy:
fail-fast: false
max-parallel: 4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-test-ubuntu-core-full_node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
build:
name: Ubuntu core-full_node Test
runs-on: ${{ matrix.os }}
timeout-minutes: 40
timeout-minutes: 50
strategy:
fail-fast: false
max-parallel: 4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-test-ubuntu-wallet-cat_wallet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
build:
name: Ubuntu wallet-cat_wallet Test
runs-on: ${{ matrix.os }}
timeout-minutes: 30
timeout-minutes: 50
strategy:
fail-fast: false
max-parallel: 4
Expand Down
2 changes: 1 addition & 1 deletion tests/core/full_node/config.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# flake8: noqa: E501
job_timeout = 40
job_timeout = 50
CHECK_RESOURCE_USAGE = """
- name: Check resource usage
run: |
Expand Down
1 change: 1 addition & 0 deletions tests/wallet/cat_wallet/config.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
job_timeout = 50

0 comments on commit 0e29dbc

Please sign in to comment.