megre in light client test change pr

This commit is contained in:
James Wilson
2024-01-17 17:37:58 +00:00
parent 2a93914dd8
commit a9bc4f6661
+2 -2
View File
@@ -275,8 +275,8 @@ jobs:
light_client_tests:
name: "Test (Light Client)"
needs: [clippy, fmt] # avoid running at all if basic/quick tests fail
runs-on: ubuntu-latest-16-cores
timeout-minutes: 30
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Checkout sources
uses: actions/checkout@v4