Revert "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
				
			This reverts commit 6ab60998d4.
			
			
This commit is contained in:
		@@ -6,7 +6,7 @@ let access_token;
 | 
			
		||||
let axios_config;
 | 
			
		||||
 | 
			
		||||
beforeAll(async () => {
 | 
			
		||||
	jest.setTimeout(40000);
 | 
			
		||||
	jest.setTimeout(20000);
 | 
			
		||||
	const res = await axios.post(base + '/api/auth/login', { username: "demo", password: "demo" });
 | 
			
		||||
	access_token = res.data["access_token"];
 | 
			
		||||
	axios_config = {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user