From 371fcd5b8600f7332fff777090acbeb054ff1a1c Mon Sep 17 00:00:00 2001 From: meejah Date: Thu, 7 May 2020 14:54:50 -0600 Subject: [PATCH] timeouts not required --- integration/test_grid_manager.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/integration/test_grid_manager.py b/integration/test_grid_manager.py index d9fac17a9..6ef1e053b 100644 --- a/integration/test_grid_manager.py +++ b/integration/test_grid_manager.py @@ -173,11 +173,10 @@ def test_reject_storage_server(reactor, request, storage_nodes, temp_dir, introd config.write(open(join(carol._node_dir, "tahoe.cfg"), "w")) carol.signalProcess('TERM') yield carol._protocol.exited - time.sleep(1) + carol = yield util._run_node( reactor, carol._node_dir, request, None, ) - time.sleep(5) # try to put something into the grid, which should fail (because # carol has happy=3 but should only find storage0, storage1 to be