Skip to content

Commit

Permalink
limited number of cores to be used in test runner (#1814)
Browse files Browse the repository at this point in the history
  • Loading branch information
bestander authored and Sebastian McKenzie committed Nov 14, 2016
1 parent d202c73 commit 1dc3c8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion __tests__/fixtures/request-cache/GET/localhost/.bin
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
HTTP/1.1 200 OK
Date: Sat, 05 Nov 2016 05:55:07 GMT
Date: Mon, 14 Nov 2016 16:46:07 GMT
Connection: close
Content-Length: 2

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"check-lockfile": "./scripts/check-lockfile.sh",
"build": "gulp build",
"watch": "gulp watch",
"test-only": "jest --coverage --verbose",
"test-only": "jest --coverage --verbose --maxWorkers 3",
"lint": "eslint . && flow check",
"release-branch": "./scripts/release-branch.sh",
"build-dist": "./scripts/build-dist.sh",
Expand Down

0 comments on commit 1dc3c8b

Please sign in to comment.