]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-pull-requests-arm64: Timeout after 3h 1018/head
authorDavid Galloway <dgallowa@redhat.com>
Wed, 25 Apr 2018 16:29:42 +0000 (12:29 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Wed, 25 Apr 2018 16:29:42 +0000 (12:29 -0400)
Builds were hanging indefinitely during unit tests

Signed-off-by: David Galloway <dgallowa@redhat.com>
ceph-pull-requests-arm64/build/build

index 234795005eede03e506b5d1e641702ad0d274e1b..0efb93e3607b6eb183fc4bbce328db91ef933d26 100644 (file)
@@ -3,6 +3,6 @@ NPROC=$(nproc)
 testnproc=$(($NPROC / 4))
 export CHECK_MAKEOPTS="-j${testnproc}"
 export BUILD_MAKEOPTS="-j${NPROC}"
-./run-make-check.sh
+timeout 3h ./run-make-check.sh
 sleep 5
 ps -ef | grep ceph || true