ci: Use 16 cores for light-client testing

Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
This commit is contained in:
Alexandru Vasile
2024-02-29 18:54:36 +02:00
parent 1fc1bb4152
commit ca60c318d1
+1 -1
View File
@@ -366,7 +366,7 @@ jobs:
light_client_long_running_tests:
name: "Test (Light Client Long Running)"
runs-on: ubuntu-latest
runs-on: ubuntu-latest-16-cores
needs: [clippy, wasm_clippy, check, wasm_check, docs]
timeout-minutes: 60
steps: