Increase timeout for att workflow test job
Change-Id: I53c27423adf8e6ace9afecd8026d95a6018fe392
diff --git a/Jenkinsfile-attworkflow-test b/Jenkinsfile-attworkflow-test
index db49939..9ef073a 100644
--- a/Jenkinsfile-attworkflow-test
+++ b/Jenkinsfile-attworkflow-test
@@ -13,7 +13,7 @@
// limitations under the License.
node ("${TestNodeName}") {
- timeout (100) {
+ timeout (200) {
try {
stage ("Parse deployment configuration file") {
sh returnStdout: true, script: "rm -rf ${configBaseDir}"
@@ -44,7 +44,7 @@
}
}
stage('Subscriber Validation and Ping Tests') {
- timeout(30) {
+ timeout(180) {
sh """
export KUBECONFIG=$WORKSPACE/${configBaseDir}/${configKubernetesDir}/${configFileName}.conf
cd $WORKSPACE/cord-tester/src/test/cord-api/Tests/