From: Alfredo Deza Date: Fri, 5 Feb 2016 13:24:18 +0000 (-0500) Subject: testing pull request commits should never take more than 10 minutes X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F321%2Fhead;p=ceph-build.git testing pull request commits should never take more than 10 minutes Signed-off-by: Alfredo Deza --- diff --git a/ceph-pr-commits/build/build b/ceph-pr-commits/build/build index f39339ec..758d49fe 100644 --- a/ceph-pr-commits/build/build +++ b/ceph-pr-commits/build/build @@ -6,4 +6,4 @@ install_python_packages "pkgs[@]" cd "$WORKSPACE" -$VENV/py.test -vs --junitxml="$WORKSPACE/report.xml" "$WORKSPACE/ceph-build/ceph-pr-commits/build/test_commits.py" +timeout 600 $VENV/py.test -vs --junitxml="$WORKSPACE/report.xml" "$WORKSPACE/ceph-build/ceph-pr-commits/build/test_commits.py"