mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 11:05:54 +01:00 
			
		
		
		
	test: increase delay after export
This commit is contained in:
		| @@ -1568,7 +1568,7 @@ describe('Controllers', () => { | |||||||
| 				await Promise.all(types.map(async (type) => { | 				await Promise.all(types.map(async (type) => { | ||||||
| 					await api.users.generateExport({ uid: fooUid, ip: '127.0.0.1' }, { uid: fooUid, 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) => { | 			it('should export users posts', (done) => { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user