mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-21 05:53:12 +00:00
timeouts not required
This commit is contained in:
parent
72a51e903a
commit
371fcd5b86
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user