test: increase delay after export

This commit is contained in:
Barış Soner Uşaklı
2023-05-02 10:10:36 -04:00
parent 24e0e5024d
commit 8a359d6338

View File

@@ -1568,7 +1568,7 @@ describe('Controllers', () => {
await Promise.all(types.map(async (type) => {
await api.users.generateExport({ uid: fooUid, ip: '127.0.0.1' }, { uid: fooUid, type });
}));
await sleep(5000);
await sleep(10000);
});
it('should export users posts', (done) => {