Skip to content

Commit a004377

Browse files
committed
give "Message that creates a converation" test more time
1 parent b685447 commit a004377

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration/messages.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ describe("Messages", () => {
4646
const messageId = response.id;
4747

4848
// Give Intercom a few seconds to index conversation
49-
await wait(5000);
49+
await wait(10_000);
5050

5151
const searchResults = await client.conversations.search({
5252
query: {
@@ -58,7 +58,7 @@ describe("Messages", () => {
5858

5959
// assert
6060
expect(searchResults.data.length).toBeGreaterThan(0);
61-
}, 10_000);
61+
}, 20_000);
6262

6363
it("Create message, no conversation", async () => {
6464
// act

0 commit comments

Comments
 (0)