Skip to content

Commit

Permalink
Enlarge timeouts for OpenVino ONNX CI (#3745)
Browse files Browse the repository at this point in the history
  • Loading branch information
rblaczkowski authored Dec 25, 2020
1 parent 6d45a9c commit 27fbb4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/openvino-onnx/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ pipeline {
}
options {
skipDefaultCheckout true
timeout(activity: true, time: 10, unit: 'MINUTES')
timeout(activity: true, time: 20, unit: 'MINUTES')
}
stages {
stage("Clone repository") {
Expand All @@ -132,7 +132,7 @@ pipeline {
}
stage("Run tests") {
options {
timeout(time: 15, unit: 'MINUTES')
timeout(time: 25, unit: 'MINUTES')
}
steps{
runTests()
Expand Down

0 comments on commit 27fbb4c

Please sign in to comment.