commit | b217c2d7f418a1909fb6c14088385c25ca2f48eb | [log] [tgz] |
---|---|---|
author | Andy Bavier <andy@opennetworking.org> | Fri Feb 21 14:25:50 2020 -0700 |
committer | Andy Bavier <andy@opennetworking.org> | Fri Feb 21 14:25:50 2020 -0700 |
tree | 9a59a3c94ed0031276d09e2f261ffcaa3130ba61 | |
parent | 992818edbdd7044a5e017fe918b135eb78a0834c [diff] |
Increase timeout to 90 minutes Change-Id: I1a40a4ca003650c3bd6ec91c88d4bce19fc98718
diff --git a/jjb/pipeline/voltha-physical-build-and-tests.groovy b/jjb/pipeline/voltha-physical-build-and-tests.groovy index 4eedc09..5fe2922 100644 --- a/jjb/pipeline/voltha-physical-build-and-tests.groovy +++ b/jjb/pipeline/voltha-physical-build-and-tests.groovy
@@ -36,7 +36,7 @@ label "${params.buildNode}" } options { - timeout(time: 60, unit: 'MINUTES') + timeout(time: 90, unit: 'MINUTES') } environment {