chore: increase data migration timeout to 600s (#6455)

This commit is contained in:
Matti Nannt
2025-08-21 21:46:30 +02:00
committed by GitHub
parent ec52bdf3fe
commit a3764f0316
+1 -1
View File
@@ -55,7 +55,7 @@ else
fi
echo "🗃️ Running database migrations..."
run_with_timeout 300 "database migration" sh -c '(cd packages/database && npm run db:migrate:deploy)'
run_with_timeout 600 "database migration" sh -c '(cd packages/database && npm run db:migrate:deploy)'
echo "🗃️ Running SAML database setup..."
run_with_timeout 60 "SAML database setup" sh -c '(cd packages/database && npm run db:create-saml-database:deploy)'