From 37a66e6866ab5d85696fdb6f60b9e45b192b8e03 Mon Sep 17 00:00:00 2001 From: Wing Lian Date: Wed, 9 Apr 2025 01:54:35 -0400 Subject: [PATCH] multigpu longer timeout --- cicd/multigpu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cicd/multigpu.py b/cicd/multigpu.py index 453e8daee..66d4d9990 100644 --- a/cicd/multigpu.py +++ b/cicd/multigpu.py @@ -68,7 +68,7 @@ def run_cmd(cmd: str, run_folder: str): @app.function( image=cicd_image, gpu=GPU_CONFIG, - timeout=60 * 60, + timeout=90 * 60, cpu=8.0, memory=131072 * N_GPUS, volumes=VOLUME_CONFIG,