diff --git a/backend/test/database.go b/backend/test/database.go index 375c1dbca..5cc4969e5 100644 --- a/backend/test/database.go +++ b/backend/test/database.go @@ -57,7 +57,7 @@ func StartDB(name string, dialect string) (*TestDB, error) { hostAndPort := resource.GetHostPort(getPortID(dialect)) dsn := getDsn(dialect, hostAndPort) - _ = resource.Expire(120) + _ = resource.Expire(300) pool.MaxWait = 120 * time.Second if err = pool.Retry(func() error {