From ba347416eaa0d1ef7fc00559eb943354cc4d8d71 Mon Sep 17 00:00:00 2001 From: mwiegand Date: Wed, 30 Jun 2021 21:03:28 +0200 Subject: [PATCH] wip --- bundles/influxdb2/items.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/influxdb2/items.py b/bundles/influxdb2/items.py index 7073c1b..e0edb21 100644 --- a/bundles/influxdb2/items.py +++ b/bundles/influxdb2/items.py @@ -28,7 +28,7 @@ svc_systemd['influxdb'] = { } actions['wait_for_influxdb_start'] = { - 'command': 'sleep 10', + 'command': 'sleep 15', 'triggered': True, 'triggered_by': [ 'svc_systemd:influxdb',