mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 02:57:57 +00:00
ci: Add subxt env var for controling test timeouts
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user