<div dir="ltr"><div>So I added a couple of logs around database.update(), which is the only place it seems it could block for a while. A good log looks like<br><br>1386896014.997774 DEBUG root: IndexStore.flush: force=True _pending_writes=0<br>
1386896014.997934 DEBUG root: Start database flush<br>1386896015.016607 DEBUG root: Completed database flush<br>1386896015.019125 DEBUG root: FileStore: Nothing to do<br><br></div>Let's if when we fail we really spend there the 5 seconds. If that's the case there is probably not much we can do other than increasing the timeout in the first test or something.<br>
</div>