From: Rongqi Sun Date: Fri, 17 May 2024 03:05:43 +0000 (+0000) Subject: ceph-pull-requests-arm64: extend timeout to 4h X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=e4877a130710d2c06836cc92a1ef3c802a32c5e4;p=ceph-build.git ceph-pull-requests-arm64: extend timeout to 4h Because performance of omani series machine are not so well which caused make check often failed, especially when cache hit was low, extend timeout to 4h seems reasonable. Ref build duration: https://jenkins.ceph.com/job/ceph-pull-requests-arm64/buildTimeTrend Signed-off-by: Rongqi Sun --- diff --git a/ceph-pull-requests-arm64/build/build b/ceph-pull-requests-arm64/build/build index a9cab0a0..791cd997 100644 --- a/ceph-pull-requests-arm64/build/build +++ b/ceph-pull-requests-arm64/build/build @@ -12,6 +12,6 @@ export CHECK_MAKEOPTS="-j${n_test_jobs}" export BUILD_MAKEOPTS="-j${n_build_jobs}" export WITH_SEASTAR=true export WITH_RBD_RWL=true -timeout 3h ./run-make-check.sh +timeout 4h ./run-make-check.sh sleep 5 ps -ef | grep -v jnlp | grep ceph || true