Skip to content

Commit

Permalink
test: limit length
Browse files Browse the repository at this point in the history
  • Loading branch information
0xcadams committed Nov 8, 2023
1 parent 834b0e2 commit 544a636
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { openAIClient } from '../../_test/openai-client.js';
import openai from '../index.js';
import { z } from 'zod';

const TEST_TIMEOUT = 8_000;
const TEST_TIMEOUT = 12_000;

const hopfield = hop.client(openai).provider(openAIClient);

Expand Down

1 comment on commit 544a636

@vercel
Copy link

@vercel vercel bot commented on 544a636 Nov 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.