mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-20 17:52:50 +00:00
Try to fix another race in this test
This commit is contained in:
parent
600f263a3b
commit
cf2105364f
@ -1683,6 +1683,8 @@ class MagicFolderAliceBobTestMixin(MagicFolderCLITestMixin, ShouldFailMixin, Rea
|
||||
self.file_path = abspath_expanduser_unicode(u"file3", base=self.alice_magicfolder.uploader._local_path_u)
|
||||
yield self.alice_fileops.write(self.file_path, "something")
|
||||
yield iterate(self.alice_magicfolder)
|
||||
# Make sure Bob gets the file before we do anything else.
|
||||
yield iterate(self.bob_magicfolder)
|
||||
d.addCallback(_wait_for, Alice_to_write_file3)
|
||||
|
||||
@log_call_deferred(action_type=u"check_state")
|
||||
|
Loading…
x
Reference in New Issue
Block a user