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 <clark.boylan@gmail.com>
Approved: James E. Blair <corvus@inaugust.com>
Tested-by: Jenkins
This commit is contained in:
James E. Blair 2012-09-04 10:16:28 -07:00 committed by Jenkins
parent 48ed446a1d
commit 5fce9893bc
1 changed files with 1 additions and 1 deletions

View File

@ -42,5 +42,5 @@
TMPREAPER_PROTECT_EXTRA=''
TMPREAPER_DIRS='/tmp/.'
TMPREAPER_DELAY='256'
TMPREAPER_ADDITIONALOPTIONS=''
TMPREAPER_ADDITIONALOPTIONS='--runtime=600'
TMPREAPER_TIME=1d