fix: rabbit fixes

This commit is contained in:
Stavros
2026-07-16 17:18:31 +03:00
parent 226df14ad0
commit 423ad7b7a0
4 changed files with 11 additions and 11 deletions
+1
View File
@@ -38,6 +38,7 @@ export default defineConfig({
command: 'docker compose -f docker-compose.e2e.yml up --build --pull=always --force-recreate --remove-orphans',
url: 'http://tinyauth.127.0.0.1.sslip.io/api/healthz',
reuseExistingServer: true,
timeout: 5 * 60 * 1000,
gracefulShutdown: {
signal: 'SIGINT',
timeout: 1000,