From 110b3fa158b731fee8758c6ef4d487604bddda28 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Fri, 5 Feb 2016 08:24:18 -0500 Subject: [PATCH] testing pull request commits should never take more than 10 minutes Signed-off-by: Alfredo Deza --- ceph-pr-commits/build/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.47.3