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"