"vscode:/vscode.git/clone" did not exist on "70b1010fa53095b4f8699b04375fa29f8c3e54b0"
Unverified Commit dd7c9ebe authored by Jeffrey Morgan's avatar Jeffrey Morgan Committed by GitHub
Browse files

server: longer timeout in `TestRequests` (#5046)

parent 4dc7fb95
......@@ -150,7 +150,7 @@ func newScenario(t *testing.T, ctx context.Context, modelName string, estimatedV
}
func TestRequests(t *testing.T) {
ctx, done := context.WithTimeout(context.Background(), time.Second)
ctx, done := context.WithTimeout(context.Background(), 10*time.Second)
defer done()
// Same model, same request
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment