From 52e4bf05031fe34c8beb262e82bd1c01a36d5966 Mon Sep 17 00:00:00 2001 From: meejah Date: Thu, 15 Sep 2016 11:00:18 -0600 Subject: [PATCH] slightly more reliable... --- integration/test_smoke.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/test_smoke.py b/integration/test_smoke.py index 5c981ceaa..459f874d2 100644 --- a/integration/test_smoke.py +++ b/integration/test_smoke.py @@ -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")