chore(tests): switch to sd-1.5

also increase prep time for downloading models

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
Ettore Di Giacinto 2025-01-22 12:21:46 +01:00
parent 2e3f90705f
commit f4f0499b60
3 changed files with 6 additions and 18 deletions

View file

@ -54,7 +54,7 @@ var _ = BeforeSuite(func() {
Eventually(func() error {
_, err := client.ListModels(context.TODO())
return err
}, "20m").ShouldNot(HaveOccurred())
}, "50m").ShouldNot(HaveOccurred())
})
var _ = AfterSuite(func() {