diff --git a/.ci/openvino-onnx/Jenkinsfile b/.ci/openvino-onnx/Jenkinsfile index 3ae1ca8eec9..d0e3f493286 100644 --- a/.ci/openvino-onnx/Jenkinsfile +++ b/.ci/openvino-onnx/Jenkinsfile @@ -102,6 +102,9 @@ pipeline { } } stage("Run tests") { + options { + timeout(time: 15, unit: 'MINUTES') + } steps{ runTests() }