We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a43d694 commit 61cf390Copy full SHA for 61cf390
packages/web/tests/uploads.test.ts
@@ -22,7 +22,7 @@ describe('CRUD Uploads', () => {
22
}
23
24
});
25
- });
+ }, 5_000);
26
27
afterEach(async () => {
28
connectedUtils?.remote.streamController?.close();
0 commit comments