Skip to content

Commit

Permalink
Bump test_stress timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAugspurger committed Feb 3, 2025
1 parent 5589049 commit c57be5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distributed/comm/tests/test_ucx.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ async def test_ucx_localcluster(ucx_loop, processes, cleanup):


@pytest.mark.slow
@gen_test(timeout=60)
@gen_test(timeout=120)
async def test_stress(
ucx_loop,
):
Expand Down

0 comments on commit c57be5c

Please sign in to comment.