about summary refs log tree commit diff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 69d94c608230..f939c7e370c4 100644
--- a/main.go
+++ b/main.go
@@ -112,7 +112,7 @@ func main() {
 		// ticker
 		go func() {
 			for {
-				time.Sleep(time.Duration(triggerInterval) * time.Minute)
+				time.Sleep(time.Duration(triggerInterval) * time.Second)
 				runner.Trigger(fetchOnly)
 			}
 		}()