Skip to content

Commit

Permalink
see if 8s timeout helps
Browse files Browse the repository at this point in the history
  • Loading branch information
stanley-cheung committed Aug 17, 2018
1 parent b990a53 commit 3c4e9ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/grpc-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"build": "node scripts/build.js",
"prepare": "npm run build && require-self",
"prepublishOnly": "npm run build",
"test": "mocha --timeout 5000 \"./test/**/*_test.js\""
"test": "mocha --timeout 8000 \"./test/**/*_test.js\""
},
"license": "Apache-2.0",
"devDependencies": {
Expand Down

0 comments on commit 3c4e9ea

Please sign in to comment.