Skip to content

Commit

Permalink
unnecessary timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
crusaderky committed Dec 10, 2021
1 parent 2dcf749 commit 06e1622
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions distributed/tests/test_active_memory_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -809,7 +809,6 @@ async def tensordot_stress(c):
{"class": "distributed.tests.test_active_memory_manager.DropEverything"},
],
},
timeout=120,
)
async def test_drop_stress(c, s, *nannies):
"""A policy which suggests dropping everything won't break a running computation,
Expand All @@ -833,7 +832,6 @@ async def test_drop_stress(c, s, *nannies):
{"class": "distributed.active_memory_manager.ReduceReplicas"},
],
},
timeout=120,
)
async def test_ReduceReplicas_stress(c, s, *nannies):
"""Running ReduceReplicas compulsively won't break a running computation. Unlike
Expand All @@ -857,7 +855,6 @@ async def test_ReduceReplicas_stress(c, s, *nannies):
{"class": "distributed.active_memory_manager.ReduceReplicas"},
],
},
timeout=120,
)
async def test_RetireWorker_stress(c, s, *nannies):
"""It is safe to retire the best part of a cluster in the middle of a computation"""
Expand Down

0 comments on commit 06e1622

Please sign in to comment.