diff --git a/.travis.yml b/.travis.yml index 5703bfa01d..895690dc8d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,8 +28,6 @@ matrix: - name: "Node.js 12 & Python 3.7 on Linux" python: 3.7 before_install: nvm install 12 - allow_failures: - - os: windows install: #- pip install -r requirements.txt - pip install flake8 # pytest # add another testing frameworks later diff --git a/package.json b/package.json index dc416c331d..cbb78061da 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ }, "scripts": { "lint": "eslint bin lib test", - "test": "npm run lint && tap test/test-*", - "test-ci": "npm run lint && tap -Rtap test/test-*" + "test": "npm run lint && tap --timeout=120 test/test-*", + "test-ci": "npm run lint && tap --timeout=120 -Rtap test/test-*" } }