Set timeout even higher b/c sqlite just kills itself during these tests
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				continuous-integration/drone/pr Build is failing
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	continuous-integration/drone/pr Build is failing
				
			ref #171
This commit is contained in:
		| @@ -8,7 +8,7 @@ const axios_config = { | ||||
| };; | ||||
|  | ||||
| beforeAll(async () => { | ||||
|     jest.setTimeout(20000); | ||||
|     jest.setTimeout(40000); | ||||
|     const res_login = await axios.post(base + '/api/auth/login', { username: "demo", password: "demo" }); | ||||
|     await axios.post(base + '/api/users', { | ||||
|         "firstname": "demo_logout", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user