Increase curl retries to fix CI flakiness (#180)

* Increase curl retries to fix CI flakiness

* Add retries to curl container
This commit is contained in:
Mac Chaffee
2024-05-03 21:15:32 -04:00
committed by GitHub
parent b73c6f5599
commit b892dd097f
5 changed files with 31 additions and 6 deletions

View File

@@ -21,4 +21,4 @@ setup_file() {
@test "helm test - with https" {
run helm test qdrant -n qdrant-helm-integration --logs
[ $status -eq 0 ]
}
}