From 648a7735e2f5b5fcfcc4665537fe1eb0f71c56dd Mon Sep 17 00:00:00 2001 From: Nisha Sharma Date: Mon, 27 Jul 2026 14:42:01 +0200 Subject: [PATCH] fix(spectra): increase spectra api execution timeout to 10 minutes --- app/routers/spectra.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/routers/spectra.py b/app/routers/spectra.py index c88dd44..f243f92 100644 --- a/app/routers/spectra.py +++ b/app/routers/spectra.py @@ -118,7 +118,7 @@ def run_command( result = subprocess.run( ["docker", "exec", NMR_CLI_CONTAINER] + cmd, capture_output=True, - timeout=120, + timeout=600, ) except subprocess.TimeoutExpired: raise HTTPException(