@@ -311,7 +311,7 @@ def test_streaming_dataset_distributed_no_shuffle(drop_last, tmpdir, compression
311311 pytest .param ("zstd" , marks = pytest .mark .skipif (condition = not _ZSTD_AVAILABLE , reason = "Requires: ['zstd']" )),
312312 ],
313313)
314- @pytest .mark .timeout (60 )
314+ @pytest .mark .timeout (90 )
315315def test_streaming_dataset_distributed_full_shuffle_odd (drop_last , tmpdir , compression ):
316316 seed_everything (42 )
317317
@@ -364,7 +364,7 @@ def test_streaming_dataset_distributed_full_shuffle_odd(drop_last, tmpdir, compr
364364 ),
365365 ],
366366)
367- @pytest .mark .timeout (60 )
367+ @pytest .mark .timeout (90 )
368368def test_streaming_dataset_distributed_full_shuffle_even (drop_last , tmpdir , compression ):
369369 seed_everything (42 )
370370
@@ -412,7 +412,7 @@ def test_streaming_dataset_distributed_full_shuffle_even(drop_last, tmpdir, comp
412412 pytest .param ("zstd" , marks = pytest .mark .skipif (condition = not _ZSTD_AVAILABLE , reason = "Requires: ['zstd']" )),
413413 ],
414414)
415- @pytest .mark .timeout (60 )
415+ @pytest .mark .timeout (90 )
416416def test_streaming_dataset_distributed_full_shuffle_even_multi_nodes (drop_last , tmpdir , compression ):
417417 seed_everything (42 )
418418
@@ -685,7 +685,7 @@ def test_dataset_for_text_tokens_multiple_workers(tmpdir):
685685 assert result == expected
686686
687687
688- @pytest .mark .timeout (60 )
688+ @pytest .mark .timeout (90 )
689689def test_dataset_for_text_tokens_with_large_block_size_multiple_workers (tmpdir ):
690690 # test to reproduce ERROR: Unexpected segmentation fault encountered in worker
691691 seed_everything (42 )
@@ -1077,7 +1077,7 @@ def test_dataset_resume_on_future_chunks(shuffle, tmpdir, monkeypatch):
10771077 assert torch .equal (next (iter (train_dataloader )), batch_to_resume_from )
10781078
10791079
1080- @pytest .mark .timeout (60 )
1080+ @pytest .mark .timeout (90 )
10811081@pytest .mark .skipif (sys .platform == "win32" , reason = "Not tested on windows and MacOs" )
10821082def test_dataset_valid_state (tmpdir , monkeypatch ):
10831083 seed_everything (42 )
@@ -1213,7 +1213,7 @@ def fn(remote_chunkpath: str, local_chunkpath: str):
12131213 dataset ._validate_state_dict ()
12141214
12151215
1216- @pytest .mark .timeout (60 )
1216+ @pytest .mark .timeout (90 )
12171217@pytest .mark .skipif (sys .platform == "win32" , reason = "Not tested on windows and MacOs" )
12181218def test_dataset_valid_state_override (tmpdir , monkeypatch ):
12191219 seed_everything (42 )
0 commit comments