Skip to content

Commit

Permalink
increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
wochinge authored and srinivasgoto committed Nov 8, 2021
1 parent 87b6d5c commit 0914b05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/core/test_policies.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ def test_featurizer(
assert loaded.featurizer.max_history == self.max_history
assert isinstance(loaded.featurizer.state_featurizer, SingleStateFeaturizer)

@pytest.mark.timeout(120, func_only=True)
@pytest.mark.parametrize("should_finetune", [False, True])
def test_persist_and_load(
self,
Expand Down

0 comments on commit 0914b05

Please sign in to comment.