mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-11 13:01:07 +00:00
Limit max execution time for test-linux-stable CI jobs (#3483)
Tests run as part of the `test-linux-stable` jobs could hang as shown [here](https://gitlab.parity.io/parity/mirrors/polkadot-sdk/-/jobs/5341393). This PR adds a failsafe for such cases.
This commit is contained in:
committed by
GitHub
parent
6c5a42a690
commit
d05f8c57fb
@@ -48,6 +48,7 @@ test-linux-stable:
|
||||
- target/nextest/default/junit.xml
|
||||
reports:
|
||||
junit: target/nextest/default/junit.xml
|
||||
timeout: 90m
|
||||
|
||||
test-linux-oldkernel-stable:
|
||||
extends: test-linux-stable
|
||||
|
||||
Reference in New Issue
Block a user