Add strict timeout for test execution (#2598)
This commit is contained in:
parent
ba931c2d21
commit
44c2477b78
3
.ci/openvino-onnx/Jenkinsfile
vendored
3
.ci/openvino-onnx/Jenkinsfile
vendored
@ -102,6 +102,9 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage("Run tests") {
|
stage("Run tests") {
|
||||||
|
options {
|
||||||
|
timeout(time: 15, unit: 'MINUTES')
|
||||||
|
}
|
||||||
steps{
|
steps{
|
||||||
runTests()
|
runTests()
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user