⏱️ Reduce e2e time (#729)

⏱️ Reduce e2e time (#729)
This commit is contained in:
Montassar Ghanmy
2024-11-13 09:26:29 +01:00
committed by GitHub
parent 328bb7f161
commit 9dc23fdb52
4 changed files with 51 additions and 125 deletions
@@ -64,7 +64,7 @@ describe("The Drive feature", () => {
const files = await oneUser.uploadAllFilesOneByOne();
// Wait for file processing
await new Promise(r => setTimeout(r, 5000));
await new Promise(r => setTimeout(r, 3000));
// Share the file with recipient user
await anotherUser.shareWithPermissions(files[1], anotherUser.user.id, "read");