commit | 08a631244f6a70580bae8520d4f40cb9c13adf6f | [log] [tgz] |
---|---|---|
author | Suchitra Vemuri <suchitra@opennetworking.org> | Mon Feb 10 15:35:44 2020 -0800 |
committer | Suchitra Vemuri <suchitra@opennetworking.org> | Mon Feb 10 15:35:44 2020 -0800 |
tree | bed3d96a3f457c069a4c0b8ca793162284c32df4 | |
parent | 6777d2c4ee7f9db5dcaea6400e5df7a36465bf32 [diff] |
increasing timeout for test jobs, as sometimes job exits before completing all tests Change-Id: I25096242391a12f11f762044824fe1d61629cd4c
diff --git a/jjb/pipeline/voltha-physical-functional-tests.groovy b/jjb/pipeline/voltha-physical-functional-tests.groovy index 549101f..f4ca083 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: 60, unit: 'MINUTES') + timeout(time: 90, unit: 'MINUTES') } environment {