Skip to content

Commit

Permalink
Bumped timeout for Sandbox jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
Anselmo Rossiello authored and ytqsl committed Jun 10, 2019
1 parent d890c7b commit 85f77aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions SANDBOX-Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ def buildAndVerify(buildConfigName) {
openshiftBuild(
bldCfg: buildConfigName,
showBuildLogs: 'true',
waitTime: '900000'
waitTime: '1200000'
)
openshiftVerifyBuild(
bldCfg: buildConfigName,
showBuildLogs: 'true',
waitTime: '900000'
waitTime: '1200000'
)
}

Expand All @@ -70,7 +70,7 @@ def tagImage(srcHash, destination, imageStream) {
destTag: destination,
srcStream: imageStream,
srcTag: srcHash,
waitTime: '900000'
waitTime: '1200000'
)
}

Expand All @@ -89,7 +89,7 @@ def deployAndVerify(srcHash, environment, imageStream) {
openshiftVerifyDeployment(
deploymentConfig: APP_NAME,
namespace: "${PROJECT_NAMESPACE}-${environment}",
waitTime: '900000'
waitTime: '1200000'
)
}

Expand Down

0 comments on commit 85f77aa

Please sign in to comment.