mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-22 10:20:59 +00:00
get rid of sleep() we don't need
This commit is contained in:
parent
643b26978f
commit
f1be3e12df
@ -338,7 +338,6 @@ def test_edmond_uploads_then_restarts(reactor, request, temp_dir, introducer_fur
|
|||||||
# to actually-start the magic-folder we have to re-start
|
# to actually-start the magic-folder we have to re-start
|
||||||
edmond.transport.signalProcess('TERM')
|
edmond.transport.signalProcess('TERM')
|
||||||
yield edmond.transport.exited
|
yield edmond.transport.exited
|
||||||
time.sleep(1)
|
|
||||||
edmond = yield util._run_node(reactor, edmond.node_dir, request, 'Completed initial Magic Folder scan successfully')
|
edmond = yield util._run_node(reactor, edmond.node_dir, request, 'Completed initial Magic Folder scan successfully')
|
||||||
util.await_client_ready(edmond)
|
util.await_client_ready(edmond)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user