Skip to content

Commit

Permalink
Resume commented pytest timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
belerico committed Sep 18, 2023
1 parent 4ffb986 commit 96c09c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_algos/test_algos.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ def test_ppo_decoupled(standard_args, start_time, env_id):
remove_test_dir(os.path.join("logs", "runs", f"pytest_{start_time}"))


# @pytest.mark.timeout(60)
@pytest.mark.timeout(60)
def test_ppo_recurrent(standard_args, start_time):
root_dir = os.path.join(f"pytest_{start_time}", "ppo_recurrent", os.environ["LT_DEVICES"])
run_name = "test_ppo_recurrent"
Expand Down

0 comments on commit 96c09c4

Please sign in to comment.