slightly more reliable...

This commit is contained in:
meejah 2016-09-15 11:00:18 -06:00 committed by Brian Warner
parent 2497435c1a
commit 52e4bf0503

View File

@ -177,7 +177,7 @@ def test_bob_conflicts_with_alice_preexisting(magic_folder):
# this one by giving him a massive head start
with open(join(bob_dir, 'beta'), 'w') as f:
f.write("this is bob's beta\n")
time.sleep(0.2)
time.sleep(0.5)
with open(join(alice_dir, 'beta'), 'w') as f:
f.write("this is alice's beta\n")