Skip to content

Commit

Permalink
Fixing test flakiness (#2242)
Browse files Browse the repository at this point in the history
Co-authored-by: ziyiwu9494 <[email protected]>
  • Loading branch information
sleepy-owl and ziyiwu9494 authored Apr 13, 2021
1 parent 6700814 commit 90b6090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/garage/sampler/test_multiprocessing_sampler.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def test_obtain_samples():
env.close()


@pytest.mark.flaky
@pytest.mark.flaky(max_runs=3)
@pytest.mark.timeout(10)
def test_update_envs_env_update():
max_episode_length = 16
Expand Down

0 comments on commit 90b6090

Please sign in to comment.