summaryrefslogtreecommitdiff
path: root/conf/master.conf.example
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-01-19 17:47:22 +0100
committerErich Eckner <git@eckner.net>2019-01-19 17:47:22 +0100
commit42e62f3857d98f304e9a10ac5696cf15be80c5b8 (patch)
tree3f6345a28e7e59b724272e563ad61e72b14e92ed /conf/master.conf.example
parenta8eb18abe0ead861f5e362bec6716ecfb635118f (diff)
downloadbuilder-42e62f3857d98f304e9a10ac5696cf15be80c5b8.tar.xz
max_testing_duration is now an integer (days)
Diffstat (limited to 'conf/master.conf.example')
-rwxr-xr-xconf/master.conf.example4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/master.conf.example b/conf/master.conf.example
index 96631d5..130444e 100755
--- a/conf/master.conf.example
+++ b/conf/master.conf.example
@@ -41,5 +41,5 @@
#status_lock_file="${work_dir}/status.lock"
# how long should packages be in [community-testing]/[testing] before
-# automatically being marked as tested
-#max_testing_duration="14 00:00:00"
+# automatically being marked as tested [days]
+#max_testing_duration="14"