Skip to content

Commit

Permalink
increase test_dataset_resume_on_future_chunk timeout time to 120 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
deependujha committed Sep 18, 2024
1 parent e60f9ae commit feb5d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/streaming/test_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -889,7 +889,7 @@ def _get_simulated_s3_dataloader(cache_dir, data_dir, shuffle=False):

@pytest.mark.skipif(sys.platform == "win32", reason="Not tested on windows and MacOs")
@mock.patch.dict(os.environ, {}, clear=True)
@pytest.mark.timeout(60)
@pytest.mark.timeout(120)
@pytest.mark.parametrize("shuffle", [True, False])
def test_dataset_resume_on_future_chunks(shuffle, tmpdir, monkeypatch):
"""Tests resuming from a chunk past the first chunk, when subsequent chunks don't have the same size."""
Expand Down

0 comments on commit feb5d48

Please sign in to comment.