Commit f1691b90 authored by Tim Peters's avatar Tim Peters

checkCrossDBInvalidations(): This is too clever. Stick a

sync() call back in to make it clearer.
parent 78621db5
......@@ -655,6 +655,7 @@ class ConnectionTests(CommonSetupTearDown):
# busy" machines, so we increase the sleep time on each trip, and
# are willing to wait quite a long time.
for i in range(20):
c1.sync()
if r1._p_state == -1:
break
time.sleep(i / 10.0)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment