diff --git a/jobs/swh-packages.yaml b/jobs/swh-packages.yaml --- a/jobs/swh-packages.yaml +++ b/jobs/swh-packages.yaml @@ -280,6 +280,7 @@ pkg: storage deb-extra-repositories: cassandra python_module: swh.storage + timeout: 15 jobs: - "swh-jobs-{name}" @@ -299,7 +300,7 @@ pkg: web python_module: swh.web do_cypress: true - timeout: 20 + timeout: 25 jobs: - "swh-jobs-{name}" diff --git a/jobs/templates/swh-pipeline-diff.yaml b/jobs/templates/swh-pipeline-diff.yaml --- a/jobs/templates/swh-pipeline-diff.yaml +++ b/jobs/templates/swh-pipeline-diff.yaml @@ -11,7 +11,7 @@ auth-token: 'ph4br1cat0r' phabricator_diff: true do_cypress: false - timeout: 20 + timeout: 10 properties: - build-discarder: artifact-num-to-keep: 20 diff --git a/jobs/templates/swh-pipeline.yaml b/jobs/templates/swh-pipeline.yaml --- a/jobs/templates/swh-pipeline.yaml +++ b/jobs/templates/swh-pipeline.yaml @@ -16,7 +16,7 @@ artifact-num-to-keep: 20 phabricator_diff: false do_cypress: false - timeout: 20 + timeout: 10 parameters: - git-parameter: name: REVISION