Increasing Travis timeouts ridiculously, we need to do something to this

This commit is contained in:
Sulka Haro
2017-08-30 00:15:22 +03:00
parent a1ac364df1
commit adfe57579e
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ test:
travis:
NODE_ENV=test ${MONGO_SETTINGS} \
${ISTANBUL} cover ${MOCHA} --report lcovonly -- --timeout 30000 -R tap ${TESTS}
${ISTANBUL} cover ${MOCHA} --report lcovonly -- --timeout 50000 -R tap ${TESTS}
docker_release:
# Get the version from the package.json file