Bastien Sevajol (Algoo) 9 лет назад
Родитель
Сommit
a1466d143a
1 измененных файлов: 2 добавлений и 0 удалений
  1. 2 0
      tracim/tracim/tests/functional/test_calendar.py

+ 2 - 0
tracim/tracim/tests/functional/test_calendar.py Просмотреть файл

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(