mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-11-03 20:45:58 +01:00 
			
		
		
		
	test: up acp plugin page timeout
This commit is contained in:
		@@ -243,6 +243,7 @@ describe('Admin Controllers', () => {
 | 
			
		||||
	});
 | 
			
		||||
 | 
			
		||||
	it('should load /admin/extend/plugins', (done) => {
 | 
			
		||||
		this.timeout(50000);
 | 
			
		||||
		request(`${nconf.get('url')}/api/admin/extend/plugins`, { jar: jar, json: true }, (err, res, body) => {
 | 
			
		||||
			assert.ifError(err);
 | 
			
		||||
			assert(body.hasOwnProperty('installed'));
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user