Skip to content

Commit

Permalink
fix: add wait timeout before getsteps
Browse files Browse the repository at this point in the history
  • Loading branch information
desaxce committed Jul 31, 2024
1 parent 515a52e commit 666ec03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/openai.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ describe('OpenAI Instrumentation', () => {
n: 1
});

await new Promise((resolve) => setTimeout(resolve, 2000));
const {
data: [step]
} = await client.api.getSteps({
Expand Down

0 comments on commit 666ec03

Please sign in to comment.