go go magic charms

gateway-timeout-during-tests
John McLear 2020-05-28 12:39:03 +00:00
parent 13b4122cf5
commit 671d823eee
2 changed files with 1 additions and 2 deletions

View File

@ -34,7 +34,6 @@ jobs:
# Frontend is focus
- name: "Test the Frontend"
install:
- "ls -lsh node_modules"
- "bin/installDeps.sh"
- "export GIT_HASH=$(git rev-parse --verify --short HEAD)"
script:

View File

@ -87,6 +87,6 @@
"test": "nyc mocha --timeout 5000 ../tests/backend/specs/api",
"test-container": "nyc mocha --timeout 5000 ../tests/container/specs/api"
},
"version": "1.8.6",
"version": "1.8.4",
"license": "Apache-2.0"
}