]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-pull-requests-arm64: extend timeout to 4h 2242/head
authorRongqi Sun <sunrongqi@huawei.com>
Fri, 17 May 2024 03:05:43 +0000 (03:05 +0000)
committerRongqi Sun <sunrongqi@huawei.com>
Fri, 17 May 2024 03:05:43 +0000 (03:05 +0000)
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 <sunrongqi@huawei.com>
ceph-pull-requests-arm64/build/build

index a9cab0a03066dc5b9e6640bc974c6fb9c81cc08d..791cd997158a4031eeeb31702103551f6614357b 100644 (file)
@@ -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