Skip to content

Commit f30c73e

Browse files
committed
timeouts bump
1 parent 6b4650d commit f30c73e

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

tests/straggler/unit/test_data_shared.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
# these can be costly, so we want to be sure that there are no unnecessary calls.
3030
#
3131

32-
RANK_DONE_TIMEOUT = 30
32+
RANK_DONE_TIMEOUT = 90
3333

3434

3535
def _get_summary(timings):

tests/straggler/unit/test_individual_gpu_scores.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# Tests of `straggler.reporting.ReportGenerator` individual GPU scores computation
2929
#
3030

31-
RANK_DONE_TIMEOUT = 30
31+
RANK_DONE_TIMEOUT = 90
3232

3333

3434
def _get_summary(timings):

tests/straggler/unit/test_name_mapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
from ._utils import multiprocessing_execute_join, multiprocessing_execute_start
2727

28-
RANK_DONE_TIMEOUT = 30
28+
RANK_DONE_TIMEOUT = 90
2929

3030

3131
#

tests/straggler/unit/test_relative_gpu_scores.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# Tests of `straggler.reporting.ReportGenerator` relative GPU scores computation
2929
#
3030

31-
RANK_DONE_TIMEOUT = 30
31+
RANK_DONE_TIMEOUT = 90
3232

3333

3434
def _get_summary(timings):

tests/straggler/unit/test_sections.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
TEST_WORLD_SIZE = 4
3838
ALL_RANK_IDS = set(range(TEST_WORLD_SIZE))
39-
RANK_DONE_TIMEOUT = 30
39+
RANK_DONE_TIMEOUT = 90
4040

4141

4242
def _dummy_section_work(section_name, rank, test_scenario, is_slow_iter=False):

tests/straggler/unit/test_wrap_callables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
TEST_WORLD_SIZE = 4
3030
ALL_RANK_IDS = set(range(TEST_WORLD_SIZE))
31-
RANK_DONE_TIMEOUT = 30
31+
RANK_DONE_TIMEOUT = 90
3232

3333

3434
class CallableModule:

0 commit comments

Comments
 (0)