Skip to content

Commit 911b94e

Browse files
author
Mark Saroufim
authored
reduce modal test time (#433)
1 parent 1eb2687 commit 911b94e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_modal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def modal_deployment(project_root: Path):
109109
@pytest.mark.integration
110110
@pytest.mark.asyncio
111111
@pytest.mark.parametrize(
112-
"gpu_type", [ModalGPU.T4, ModalGPU.L4, ModalGPU.A100, ModalGPU.H100, ModalGPU.B200]
112+
"gpu_type", [ModalGPU.T4, ModalGPU.H100] # Reduced from 5 GPUs to 2 for faster CI
113113
)
114114
@pytest.mark.parametrize(
115115
"task",

0 commit comments

Comments
 (0)