retry e2e tests

This commit is contained in:
Adil Hafeez 2024-10-30 07:55:51 -07:00
parent 0e38ad3a5d
commit 96f116136d
4 changed files with 33 additions and 8 deletions

View file

@ -9,7 +9,7 @@
"type": "debugpy",
"request": "launch",
"module": "uvicorn",
"args": ["app.main:app","--reload", "--port", "8000"]
"args": ["app.main:app","--reload", "--port", "51000"]
}
]
}