| 
					
				 | 
			
			
				@@ -89,7 +89,7 @@ describe('Application life cycle test', function () { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             return browser.findElement(by.xpath('//button[text()="Confirm"]')).click(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         }).then(function () { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             console.log('Waiting for forum to restart'); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            return browser.sleep(10000); // wait 30secs for reload 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            return browser.sleep(50000); // wait for reload 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         }).then(function () { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             return browser.get('https://' + app.fqdn + '/admin'); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         }).then(function () { 
			 |