Skip to content

Commit

Permalink
reduce timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrisse committed Jul 17, 2024
1 parent b8b6fe7 commit a1c25d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/leapfrogai_ui/tests/edit_message.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ test('editing a message when an AI response is missing', async ({ page, openAICl
await page.reload();

const messages = page.getByTestId('message');
await expect(messages).toHaveCount(1, { timeout: 120000 });
await expect(messages).toHaveCount(1, { timeout: 30000 });

// Send a second message that gets a successful response
await sendMessage(page, newMessage2);
Expand Down

0 comments on commit a1c25d5

Please sign in to comment.