From 61e2234dd8b1ae785001527cae15bed684f2c99f Mon Sep 17 00:00:00 2001 From: Mark Saroufim Date: Wed, 4 Feb 2026 21:00:38 -0800 Subject: [PATCH] reduce modal test time --- tests/test_modal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_modal.py b/tests/test_modal.py index d22ef05b..5478e3e9 100644 --- a/tests/test_modal.py +++ b/tests/test_modal.py @@ -109,7 +109,7 @@ def modal_deployment(project_root: Path): @pytest.mark.integration @pytest.mark.asyncio @pytest.mark.parametrize( - "gpu_type", [ModalGPU.T4, ModalGPU.L4, ModalGPU.A100, ModalGPU.H100, ModalGPU.B200] + "gpu_type", [ModalGPU.T4, ModalGPU.H100] # Reduced from 5 GPUs to 2 for faster CI ) @pytest.mark.parametrize( "task",