mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-28 05:35:00 +00:00
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:
parent
2e3f90705f
commit
f4f0499b60
3 changed files with 6 additions and 18 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue