|  | @@ -24,7 +24,7 @@ after_script:
 | 
	
		
			
				|  |  |    - ./cc-test-reporter after-build clover.xml --debug -t clover -p /var/www/html/sites/all/modules/custom/tripal_blast --exit-code $TRAVIS_TEST_RESULT
 | 
	
		
			
				|  |  |  script:
 | 
	
		
			
				|  |  |    - docker run -it -d --rm --name tripal -v "$(pwd)":/modules/tripal_blast statonlab/tripal3
 | 
	
		
			
				|  |  | -  - sleep 30 # We pause here so postgres and apache complete booting up
 | 
	
		
			
				|  |  | +  - sleep 45 # We pause here so postgres and apache complete booting up
 | 
	
		
			
				|  |  |   #install blast
 | 
	
		
			
				|  |  |    - docker exec -it tripal bash -c "cp /modules/tripal_blast/ncbi-blast-2.2.30+/bin/* /usr/local/bin"
 | 
	
		
			
				|  |  |    - docker exec -it tripal drush pm-enable -y blast_ui
 |