From 19f311de41f24677a2c6c8753deda98a18a239e4 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Wed, 20 Jan 2016 06:50:26 -0500 Subject: [PATCH] make this thing timeout because it can hang for sure Signed-off-by: Alfredo Deza --- ceph-pull-requests/config/definitions/ceph-pull-requests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph-pull-requests/config/definitions/ceph-pull-requests.yml b/ceph-pull-requests/config/definitions/ceph-pull-requests.yml index f5e8f8f6..ea39bd95 100644 --- a/ceph-pull-requests/config/definitions/ceph-pull-requests.yml +++ b/ceph-pull-requests/config/definitions/ceph-pull-requests.yml @@ -46,7 +46,7 @@ wipe-workspace: true builders: - - shell: "./run-make-check.sh" + - shell: "timeout 7200 ./run-make-check.sh" publishers: - github-notifier -- 2.47.3