Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
[ghstack-poisoned]
  • Loading branch information
vmoens committed Sep 30, 2024
1 parent 0448e31 commit d3b9e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_distributed.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ def _test_distributed_collector_updatepolicy(
MultiaSyncDataCollector,
],
)
@pytest.mark.parametrize("update_interval", [1_000_000, 1])
@pytest.mark.parametrize("update_interval", [1])
def test_distributed_collector_updatepolicy(self, collector_class, update_interval):
"""Testing various collector classes to be used in nodes."""
queue = mp.Queue(1)
Expand Down

0 comments on commit d3b9e7a

Please sign in to comment.