Test de laravel lent

(.env.testing)

DB_CONNECTION=sqlite
DB_HOST=127.0.0.1
DB_DATABASE=:memory:

php artisan config:clear
Magnificent Manatee