Skip to content

Commit

Permalink
Merge branch 'ershi/test-timeout-fix-v2' into 'main'
Browse files Browse the repository at this point in the history
Double test timeout for example_convection_diffusion_dg_cpu

See merge request omniverse/warp!622
  • Loading branch information
shi-eric committed Jul 15, 2024
2 parents 31266bc + 8f88f4d commit 01d9bb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions warp/tests/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 01d9bb2

Please sign in to comment.