Skip to content
Snippets Groups Projects
Unverified Commit d05f8c57 authored by Vladimir Istyufeev's avatar Vladimir Istyufeev Committed by GitHub
Browse files

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.
parent 6c5a42a6
Branches
No related merge requests found
Pipeline #449380 failed with stages
in 44 minutes and 39 seconds
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment