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>
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