Skip to content

Commit

Permalink
increases test timeout duration
Browse files Browse the repository at this point in the history
  • Loading branch information
xenatisch committed Aug 5, 2020
1 parent d6931f5 commit cf68a55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@publichealthengland/uk-covid19",
"version": "1.2.2",
"version": "1.2.3",
"description": "This is a JavaScript SDK for the COVID-19 API, as published by Public Health England on Coronavirus (COVID-19) in the UK dashboard.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -50,7 +50,7 @@
"typescript": "^3.9.7"
},
"scripts": {
"test": "mocha -r ts-node/register tests/**/*.test.ts",
"test": "mocha -r ts-node/register tests/**/*.test.ts --timeout 10000",
"coverage": "nyc -r lcov -e .ts -x \"*.test.ts\" npm run test",
"build": "tsc",
"format": "prettier --write \\\"src/**/*.ts\\\"",
Expand Down

0 comments on commit cf68a55

Please sign in to comment.