From f9b6e3a3499f770809cde393febbf389832c2299 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=B3=E5=85=89=E5=B0=91=E5=B9=B4?= <849317537@qq.com> Date: Mon, 2 Dec 2024 03:06:23 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E7=BC=96=E8=AF=91?= =?UTF-8?q?=E7=AD=89=E5=BE=85=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/service/handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/service/handler.py b/test/service/handler.py index 033ef3e..6168191 100644 --- a/test/service/handler.py +++ b/test/service/handler.py @@ -5,7 +5,7 @@ import traceback TARGET_LANGUAGE = set(["python", "cpp", "go", "rust", "node", "javascript"]) PROJECT_PATH = "/home/rocker/project" -BUILD_TIMEOUT_S = 3 +BUILD_TIMEOUT_S = 5 def go_handler(): source_path = f"{PROJECT_PATH}/go_project/main.go"