diff --git a/assertions/manager.go b/assertions/manager.go index fbb1fe17b..3480d61ee 100644 --- a/assertions/manager.go +++ b/assertions/manager.go @@ -51,7 +51,7 @@ var defaultTimings = timings{ confInterval: time.Second * 10, postInterval: time.Hour, avgBlockTime: time.Second * 12, - minGapToParent: time.Minute * 15 + minGapToParent: time.Minute * 15, } // The Manager struct is responsible for several tasks related to the assertion