diff --git a/package.json b/package.json index 15363a02..9c2cf7b5 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "lint": "eslint .", "test-unit": "tap test/lib/*.js test/*.js test/format/*.js test/parse/*.js", "test-integration": "VCR_MODE=playback tap test/e2e/*.js", - "test-integration:record": "VCR_MODE=record tap -t60 -j16 test/e2e/*.js", + "test-integration:record": "VCR_MODE=record tap -t60 -j1 test/e2e/*.js", "test-e2e": "VCR_OFF=true tap -t60 -j16 test/e2e/*.js", "test": "npm run test-unit && npm run test-integration", "prepublishOnly": "npm run lint && npm test"