mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 11:05:54 +01:00 
			
		
		
		
	fix: add back test timeout for exports
This commit is contained in:
		| @@ -132,7 +132,7 @@ describe('API', async () => { | ||||
| 		await socketUser.exportPosts({ uid: adminUid }, { uid: adminUid }); | ||||
| 		await socketUser.exportUploads({ uid: adminUid }, { uid: adminUid }); | ||||
| 		// wait for export child process to complete | ||||
| 		// await wait(5000); | ||||
| 		await wait(5000); | ||||
|  | ||||
| 		// Attach a search hook so /api/search is enabled | ||||
| 		plugins.registerHook('core', { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user