|  | @@ -175,7 +175,7 @@ class BaseBackend(object):
 | 
	
		
			
				|  |  |                  return self.get_result(task_id)
 | 
	
		
			
				|  |  |              elif status == "FAILURE":
 | 
	
		
			
				|  |  |                  raise self.get_result(task_id)
 | 
	
		
			
				|  |  | -            time.sleep(0.05) # avoid hammering the CPU checking status.
 | 
	
		
			
				|  |  | +            time.sleep(0.5) # avoid hammering the CPU checking status.
 | 
	
		
			
				|  |  |              timeout_timer.tick()
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      def process_cleanup(self):
 |