修改了编译等待时间

main
阳光少年 11 months ago
parent 6905bf4407
commit f9b6e3a349

@ -5,7 +5,7 @@ import traceback
TARGET_LANGUAGE = set(["python", "cpp", "go", "rust", "node", "javascript"]) TARGET_LANGUAGE = set(["python", "cpp", "go", "rust", "node", "javascript"])
PROJECT_PATH = "/home/rocker/project" PROJECT_PATH = "/home/rocker/project"
BUILD_TIMEOUT_S = 3 BUILD_TIMEOUT_S = 5
def go_handler(): def go_handler():
source_path = f"{PROJECT_PATH}/go_project/main.go" source_path = f"{PROJECT_PATH}/go_project/main.go"

Loading…
Cancel
Save