(react) fix flaky test

On CI, a test times out frequently. We increase the timeout
threshold to prevent that..

Resolve #355
This commit is contained in:
jbpenrath
2025-08-06 17:29:41 +02:00
committed by Jean-Baptiste PENRATH
parent 8e049bc21e
commit 2ee7450915

View File

@@ -97,7 +97,7 @@ describe("<Button/>", () => {
expect(
tokens.themes.default.components.button["border-radius"],
).toBeDefined();
});
}, 10000);
it("renders with className", async () => {
render(<Button className="my-custom-class" />);