Skip to content

Commit 7a06a93

Browse files
authored
Merge pull request #41 from nikic/increase-timeout
Increase timeout waiting for scratch build
2 parents 6ecc543 + 09f070c commit 7a06a93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ pipeline {
8888

8989
steps {
9090
script {
91-
timeout(time: 240, unit: 'MINUTES') {
91+
timeout(time: 600, unit: 'MINUTES') {
9292
def rc = sh(returnStatus: true, script: "./scratch-build.sh koji ${releaseId}-candidate git+https://src.fedoraproject.org/${sourceRepo}.git#${params.PR_COMMIT}")
9393
if (fileExists('koji_url')) {
9494
kojiUrl = readFile("${env.WORKSPACE}/koji_url").trim()

0 commit comments

Comments
 (0)