From 9b8e15611339fdaa6c0943043d6acd23f13fd17d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E6=80=9D=E6=95=8F?= Date: Thu, 11 Aug 2022 09:29:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E9=AB=98=E5=88=B015=E5=88=86=E9=92=9F?= =?UTF-8?q?=E5=90=8C=E6=AD=A5=E4=B8=80=E6=AC=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 1a4831f..df7970f 100644 --- a/main.go +++ b/main.go @@ -219,7 +219,7 @@ func main() { } } - cxt.Wait(time.Minute * 5) + cxt.Wait(time.Minute * 15) }) }