From 5fce9893bc70e58de2cdf9a83b23e557a5d3c35a Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Tue, 4 Sep 2012 10:16:28 -0700 Subject: [PATCH] Increase tmpreaper runtime. Allow tmpreaper to run for 10 minutes (instead of 1) before aborting. Change-Id: I4a0328ac2e06813c57de885bc1416430b571ec11 Reviewed-on: https://review.openstack.org/12367 Reviewed-by: Clark Boylan Approved: James E. Blair Tested-by: Jenkins --- files/tmpreaper.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/tmpreaper.conf b/files/tmpreaper.conf index d051a02..9b097db 100644 --- a/files/tmpreaper.conf +++ b/files/tmpreaper.conf @@ -42,5 +42,5 @@ TMPREAPER_PROTECT_EXTRA='' TMPREAPER_DIRS='/tmp/.' TMPREAPER_DELAY='256' -TMPREAPER_ADDITIONALOPTIONS='' +TMPREAPER_ADDITIONALOPTIONS='--runtime=600' TMPREAPER_TIME=1d