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 260ac9d959..15f07459eb 100644 --- a/package.json +++ b/package.json @@ -46,6 +46,6 @@ }, "scripts": { "lint": "standard */*.js test/**/*.js", - "test": "npm run lint && tap test/test-*" + "test": "npm run lint && tap --timeout=120 test/test-*" } }