mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 19:15:58 +01:00 
			
		
		
		
	feat: increase wait
This commit is contained in:
		| @@ -66,7 +66,7 @@ describe('Read 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(2000); | ||||
| 		await wait(20000); | ||||
|  | ||||
| 		// Attach a search hook so /api/search is enabled | ||||
| 		plugins.registerHook('core', { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user