Mark some slow tests as such

This commit is contained in:
Alex Stokes
2019-08-02 16:48:43 -07:00
parent 1e5357a1e1
commit fb43728661
4 changed files with 4 additions and 0 deletions

View File

@ -189,6 +189,7 @@ async def test_set_then_send_from_diff_nodes_five_nodes_ring_topography():
@pytest.mark.asyncio
@pytest.mark.slow
async def test_set_then_send_from_five_diff_nodes_five_nodes_ring_topography():
num_nodes = 5
adj_map = {0: [1], 1: [2], 2: [3], 3: [4], 4: [0]}