server: longer timeout in TestRequests (#5046)

This commit is contained in:
Jeffrey Morgan 2024-06-14 09:48:25 -07:00 committed by GitHub
parent 4dc7fb9525
commit dd7c9ebeaf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -150,7 +150,7 @@ func newScenario(t *testing.T, ctx context.Context, modelName string, estimatedV
} }
func TestRequests(t *testing.T) { func TestRequests(t *testing.T) {
ctx, done := context.WithTimeout(context.Background(), time.Second) ctx, done := context.WithTimeout(context.Background(), 10*time.Second)
defer done() defer done()
// Same model, same request // Same model, same request