From 217b15a94b14ecbd4c70091130e76055f33555c7 Mon Sep 17 00:00:00 2001 From: xinhaitao Date: Wed, 2 Aug 2023 15:43:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=9A=E5=8F=B0=E6=9C=BA=E5=99=A8=E6=89=A7?= =?UTF-8?q?=E8=A1=8C=E6=89=B9=E9=87=8F=E8=AF=84=E4=BC=B0=E8=BF=81=E7=A7=BB?= =?UTF-8?q?=EF=BC=8C=E5=BE=88=E5=A4=9A=E6=9C=BA=E5=99=A8=E6=89=A7=E8=A1=8C?= =?UTF-8?q?=E7=BB=93=E6=9E=9C=E6=8A=A5Execute=20job=20timeout=EF=BC=8C?= =?UTF-8?q?=E8=B0=83=E6=95=B4channel=E5=88=9D=E5=A7=8B=E5=8C=96=E6=97=B6?= =?UTF-8?q?=E7=9A=84=E8=B6=85=E6=97=B6=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xinhaitao --- sysom_server/sdk/channel_job/model.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysom_server/sdk/channel_job/model.py b/sysom_server/sdk/channel_job/model.py index 61028493..5b460217 100644 --- a/sysom_server/sdk/channel_job/model.py +++ b/sysom_server/sdk/channel_job/model.py @@ -26,7 +26,7 @@ class JobEntry: self.job_id = job_id self.echo = echo self.listen_topic = listen_topic - self.timeout = kwargs.get("timeout", 1000) + self.timeout = kwargs.get("timeout", 5000) self.auto_retry = kwargs.get("auto_retry", False) # This field indicates whether the execution results need to # be returned as streamed -- Gitee