Skip to content

Commit

Permalink
Update test timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhoeller19 committed Jul 12, 2024
1 parent fc9968d commit f3858b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/per_test_timeouts.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@
"""
PER_TEST_TIMEOUTS = {
"test_environments.py": 1200, # This test runs through all the environments for 100 steps each
"test_env_rendering_logic.py": 200,
"test_rsl_rl_wrapper.py": 200,
"test_sb3_wrapper.py": 200,
"test_skrl_wrapper.py": 200,
}

0 comments on commit f3858b3

Please sign in to comment.