Commit f7adcbf4 authored by mchrusci's avatar mchrusci Committed by Michał Karzyński

Changed timeout to 15 minutes without activity (#2016)

parent 5720e319
......@@ -156,7 +156,7 @@ def Notify() {
def main(String label, String projectName, String projectRoot, String dockerContainerName, String jenkins_github_credential_id, String ngraph_git_address, String onnx_git_address) {
node(label) {
timeout(activity: true, time: 60) {
timeout(activity: true, time: 15) {
WORKDIR = "${WORKSPACE}/${BUILD_NUMBER}"
def configurationMaps;
try {
......
Markdown is supported
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