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,