From a5f0c021f2caecf9adfec65583c915b6c04c27a9 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 29 Oct 2021 12:13:55 +0300 Subject: add dserver integration test for scheduled query --- internal/server/continuous.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'internal/server/continuous.go') diff --git a/internal/server/continuous.go b/internal/server/continuous.go index 93b3fcb..ac5c686 100644 --- a/internal/server/continuous.go +++ b/internal/server/continuous.go @@ -20,8 +20,8 @@ func newContinuous() *continuous { } func (c *continuous) start(ctx context.Context) { - dlog.Server.Info("Starting continuous job runner after 10s") - time.Sleep(time.Second * 10) + dlog.Server.Info("Starting continuous job runner after 2s") + time.Sleep(time.Second * 2) c.runJobs(ctx) } -- cgit v1.2.3