diff --git a/apps/web/test/unit-tests/components/views/elements/crypto/VerificationQRCode-test.tsx b/apps/web/test/unit-tests/components/views/elements/crypto/VerificationQRCode-test.tsx
index 8e7acf742e..504eb8a764 100644
--- a/apps/web/test/unit-tests/components/views/elements/crypto/VerificationQRCode-test.tsx
+++ b/apps/web/test/unit-tests/components/views/elements/crypto/VerificationQRCode-test.tsx
@@ -21,7 +21,7 @@ describe("", () => {
,
);
// wait for the spinner to go away
- await waitFor(() => getAllByAltText("QR Code").length === 1);
+ await waitFor(() => getAllByAltText("QR Code").length === 1, { timeout: 2000 });
expect(container).toMatchSnapshot();
});
});