Browse Source

Wait transaction in daemon

Bastien Sevajol (Algoo) 9 years ago
parent
commit
a1466d143a
1 changed files with 2 additions and 0 deletions
  1. 2 0
      tracim/tracim/tests/functional/test_calendar.py

+ 2 - 0
tracim/tracim/tests/functional/test_calendar.py View File

204
         user_calendar.save()
204
         user_calendar.save()
205
 
205
 
206
         daemons.execute_in_thread('radicale', lambda: transaction.commit())
206
         daemons.execute_in_thread('radicale', lambda: transaction.commit())
207
+        # TODO - 20160606 - Bastien: lock should be better here ?
208
+        time.sleep(3)  # Wait for be sure transaction commited in daemon
207
 
209
 
208
         try:
210
         try:
209
             event = DBSession.query(Content).filter(
211
             event = DBSession.query(Content).filter(