ci: Add subxt env var for controling test timeouts

Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
This commit is contained in:
Alexandru Vasile
2024-03-06 15:44:50 +02:00
parent aa55ceaa54
commit 09277fe51a
+4
View File
@@ -369,6 +369,10 @@ jobs:
runs-on: ubuntu-latest-16-cores
# needs: [clippy, wasm_clippy, check, wasm_check, docs]
timeout-minutes: 60
env:
# Set timeout for subxt tests. Light client needs to syncup properly.
# Per test we timeout after 15mins, more than enough for a single test.
SUBXT_TEST_TIMEOUT: 900
steps:
- name: Checkout sources
uses: actions/checkout@v4