Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Add timeout to allow for wasm loading.
Browse files Browse the repository at this point in the history
  • Loading branch information
langleyd committed Aug 22, 2024
1 parent 97aa83a commit 48c6a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/components/views/rooms/MessageComposer-test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ describe("MessageComposer", () => {
// ensure the correct state is re-loaded
rerender(rawComponent);
await waitFor(() => expect(screen.getByRole("textbox")).toHaveTextContent(messageText));
});
}, 10000);
});

function wrapAndRender(
Expand Down

0 comments on commit 48c6a99

Please sign in to comment.