mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	Bump mocha timeout on Travis
This commit is contained in:
		
							parent
							
								
									ff3d781602
								
							
						
					
					
						commit
						3768e544b0
					
				@ -1,6 +1,8 @@
 | 
			
		||||
language: node_js
 | 
			
		||||
node_js:
 | 
			
		||||
- "0.10"
 | 
			
		||||
before_script:
 | 
			
		||||
- echo '--timeout 10000' > test/mocha.opts
 | 
			
		||||
script:
 | 
			
		||||
- npm install
 | 
			
		||||
- npm test
 | 
			
		||||
 | 
			
		||||
@ -20,7 +20,7 @@
 | 
			
		||||
        "start": "NODE_ENV=production node server.js",
 | 
			
		||||
        "build": "./node_modules/.bin/webpack",
 | 
			
		||||
        "dev": "NODE_ENV=development supervisor --ignore ./node_modules/,./public/js server.js",
 | 
			
		||||
        "test": "jshint server.js lib test && jsxhint public/js/**/*.jsx && mocha test test/* && npm run coverage",
 | 
			
		||||
        "test": "jshint server.js lib test && jsxhint public/js/**/*.jsx && mocha test test/*.js && npm run coverage",
 | 
			
		||||
        "tdd": "mocha --watch test test/*",
 | 
			
		||||
        "test-bamboo-ci": "mocha test test/*",
 | 
			
		||||
        "coverage": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec",
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user