From df5a95407a51ca0b75b1713fb682dfaf9211a5e9 Mon Sep 17 00:00:00 2001 From: cdle <798731886@qq.com> Date: Fri, 24 Sep 2021 08:41:01 +0800 Subject: [PATCH] update --- core/test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/test.go b/core/test.go index 15cddbb..95b895d 100644 --- a/core/test.go +++ b/core/test.go @@ -15,7 +15,7 @@ func init() { vv := strings.Split(v, " ") tp, cd, ud := vv[0], Int(vv[1]), Int(vv[2]) if tp == "fake" { - time.Sleep(time.Second * 5) + time.Sleep(time.Second * 10) NotifyMasters("自动更新完成。") return }