commit | 60b199708d0ecd108fe290461fb628b5e4503ee2 | [log] [tgz] |
---|---|---|
author | Suchitra Vemuri <suchitra@opennetworking.org> | Fri Mar 20 20:25:03 2020 -0700 |
committer | Suchitra Vemuri <suchitra@opennetworking.org> | Fri Mar 20 20:25:03 2020 -0700 |
tree | ab52c0953fbf23c9cac9affc2b3c945489f67b6a | |
parent | 4c3e78472db570f212fc0c48e85395fd39f622a4 [diff] [blame] |
increase timeout on the test job Change-Id: I10a6129b03447d4036137efdbc66228c37635eb8
diff --git a/jjb/pipeline/voltha-physical-functional-tests.groovy b/jjb/pipeline/voltha-physical-functional-tests.groovy index 47ace1e..22eca23 100644 --- a/jjb/pipeline/voltha-physical-functional-tests.groovy +++ b/jjb/pipeline/voltha-physical-functional-tests.groovy
@@ -23,7 +23,7 @@ label "${params.buildNode}" } options { - timeout(time: 90, unit: 'MINUTES') + timeout(time: 120, unit: 'MINUTES') } environment {