commit | eccd4a2095c6cbb513ca14c6a85f78f549383222 | [log] [tgz] |
---|---|---|
author | Suchitra Vemuri <suchitra@opennetworking.org> | Wed Oct 07 15:26:39 2020 -0700 |
committer | Suchitra Vemuri <suchitra@opennetworking.org> | Wed Oct 07 15:26:39 2020 -0700 |
tree | 8e6230275640f7aa08f3c2be07fea69662453181 | |
parent | ad92e6e3530c7f85088ef5d772e4786cb07e0ea9 [diff] |
fix timeout issue for DT functional physical tests Change-Id: I6c8b0c162de5e0f13a212a536bf27bb007572c36
diff --git a/jjb/pipeline/voltha-dt-physical-functional-tests.groovy b/jjb/pipeline/voltha-dt-physical-functional-tests.groovy index dd782cc..dbc60c8 100644 --- a/jjb/pipeline/voltha-dt-physical-functional-tests.groovy +++ b/jjb/pipeline/voltha-dt-physical-functional-tests.groovy
@@ -23,7 +23,7 @@ label "${params.buildNode}" } options { - timeout(time: 240, unit: 'MINUTES') + timeout(time: 340, unit: 'MINUTES') } environment {