Skip to content

Commit

Permalink
Update per_test_timeouts.py
Browse files Browse the repository at this point in the history
Signed-off-by: Kelly Guo <[email protected]>
  • Loading branch information
kellyguo11 authored Dec 16, 2024
1 parent 59cdba1 commit a2bc641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/per_test_timeouts.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
PER_TEST_TIMEOUTS = {
"test_articulation.py": 200,
"test_deformable_object.py": 200,
"test_environments.py": 1200, # This test runs through all the environments for 100 steps each
"test_environments.py": 1250, # This test runs through all the environments for 100 steps each
"test_environment_determinism.py": 200, # This test runs through many the environments for 100 steps each
"test_env_rendering_logic.py": 300,
"test_camera.py": 500,
Expand Down

0 comments on commit a2bc641

Please sign in to comment.