Increase test timeout since travis can be slow on cold start when under load
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@
|
|||||||
"node": ">=6 <7"
|
"node": ">=6 <7"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "mocha test/**.js"
|
"test": "mocha test/**.js --timeout 10000"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@mapbox/mapbox-gl-native": "3.5.4",
|
"@mapbox/mapbox-gl-native": "3.5.4",
|
||||||
|
|||||||
Reference in New Issue
Block a user