Fix timeouts in tests by removing async: true for DB tests
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
defmodule Mobilizon.Service.ICalendarTest do
|
||||
use Mobilizon.DataCase, async: true
|
||||
use Mobilizon.DataCase
|
||||
|
||||
import Mobilizon.Factory
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
defmodule Mobilizon.Service.Export.Participants.CommonTest do
|
||||
use Mobilizon.DataCase, async: true
|
||||
use Mobilizon.DataCase
|
||||
|
||||
import Mobilizon.Factory
|
||||
|
||||
|
||||
Reference in New Issue
Block a user