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 17, 2024
1 parent a2bc641 commit ce0f385
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": 1250, # This test runs through all the environments for 100 steps each
"test_environments.py": 1500, # 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 ce0f385

Please sign in to comment.