diff --git a/warp/tests/test_examples.py b/warp/tests/test_examples.py index 35ce8ac2..225d4f9c 100644 --- a/warp/tests/test_examples.py +++ b/warp/tests/test_examples.py @@ -383,6 +383,7 @@ class TestFemDiffusionExamples(unittest.TestCase): name="fem.example_convection_diffusion_dg", devices=test_devices, test_options={"resolution": 20, "num_frames": 25, "mesh": "quad", "headless": True}, + test_options_cpu={"test_timeout": 600}, ) add_example_test( TestFemExamples,