Increase test timeout since travis can be slow on cold start when under load
This commit is contained in:
parent
da646868c3
commit
ea408f8ec9
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue