Integration fixes

This commit is contained in:
Daniel Hiltgen 2024-05-10 14:13:26 -07:00
parent 86f9b582d5
commit 074dc3b9d8
2 changed files with 3 additions and 3 deletions

View file

@ -217,7 +217,7 @@ func TestMultiModelStress(t *testing.T) {
defer wg.Done()
for j := 0; j < 3; j++ {
slog.Info("Starting", "req", i, "iter", j, "model", req[i].Model)
DoGenerate(ctx, t, client, req[i], resp[i], 90*time.Second, 5*time.Second)
DoGenerate(ctx, t, client, req[i], resp[i], 120*time.Second, 5*time.Second)
}
}(i)
}