Skip to content

Commit

Permalink
Merge branch 'master' into na-generate-docs-for-feature-gated-items
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasad1 authored Dec 29, 2023
2 parents e815d4c + 47b8c90 commit ed51059
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ jobs:
tests:
name: "Test (Native)"
runs-on: ubuntu-latest-16-cores
timeout-minutes: 45
steps:
- name: Checkout sources
uses: actions/checkout@v4
Expand Down Expand Up @@ -188,6 +189,7 @@ jobs:
unstable_backend_tests:
name: "Test (Unstable Backend)"
runs-on: ubuntu-latest-16-cores
timeout-minutes: 45
steps:
- name: Checkout sources
uses: actions/checkout@v4
Expand Down Expand Up @@ -217,7 +219,7 @@ jobs:
light_client_tests:
name: "Test (Light Client)"
runs-on: ubuntu-latest-16-cores
timeout-minutes: 25
timeout-minutes: 45
steps:
- name: Checkout sources
uses: actions/checkout@v4
Expand All @@ -244,6 +246,7 @@ jobs:
wasm_tests:
name: Test (WASM)
runs-on: ubuntu-latest
timeout-minutes: 45
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 ed51059

Please sign in to comment.