Skip to content

Commit

Permalink
reduce CI timeouts to 30mins
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdw committed Jan 16, 2024
1 parent 8c36e94 commit 135f071
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
tests:
name: "Test (Native)"
runs-on: ubuntu-latest-16-cores
timeout-minutes: 45
timeout-minutes: 30
steps:
- name: Checkout sources
uses: actions/checkout@v4
Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
unstable_backend_tests:
name: "Test (Unstable Backend)"
runs-on: ubuntu-latest-16-cores
timeout-minutes: 45
timeout-minutes: 30
steps:
- name: Checkout sources
uses: actions/checkout@v4
Expand Down Expand Up @@ -219,7 +219,7 @@ jobs:
light_client_tests:
name: "Test (Light Client)"
runs-on: ubuntu-latest-16-cores
timeout-minutes: 45
timeout-minutes: 30
steps:
- name: Checkout sources
uses: actions/checkout@v4
Expand All @@ -246,7 +246,7 @@ jobs:
wasm_tests:
name: Test (WASM)
runs-on: ubuntu-latest
timeout-minutes: 45
timeout-minutes: 30
env:
# Set timeout for wasm tests to be much bigger than the default 20 secs.
WASM_BINDGEN_TEST_TIMEOUT: 300
Expand Down

0 comments on commit 135f071

Please sign in to comment.