From c0f54cf090b751f1b385742151261a4ff7406b24 Mon Sep 17 00:00:00 2001 From: lxk0301 <778732665@qq.com> Date: Thu, 27 May 2021 18:39:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B6=85=E6=97=B6=E6=97=B6?= =?UTF-8?q?=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/bot/jd_bot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/bot/jd_bot b/docker/bot/jd_bot index 4055562b..9b818f14 100644 --- a/docker/bot/jd_bot +++ b/docker/bot/jd_bot @@ -77,7 +77,7 @@ def node(update, context): try: out_bytes = subprocess.check_output( - cmd, shell=True, timeout=600, stderr=subprocess.STDOUT) + cmd, shell=True, timeout=3600, stderr=subprocess.STDOUT) out_text = out_bytes.decode('utf-8')