Increase test timeout since travis can be slow on cold start when under load

This commit is contained in:
Petr Sloup 2017-09-20 08:21:34 +02:00
parent da646868c3
commit ea408f8ec9

View file

@ -16,7 +16,7 @@
"node": ">=6 <7"
},
"scripts": {
"test": "mocha test/**.js"
"test": "mocha test/**.js --timeout 10000"
},
"dependencies": {
"@mapbox/mapbox-gl-native": "3.5.4",