Skip to content

Commit 3c4e9ea

Browse files
see if 8s timeout helps
1 parent b990a53 commit 3c4e9ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/grpc-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"build": "node scripts/build.js",
1515
"prepare": "npm run build && require-self",
1616
"prepublishOnly": "npm run build",
17-
"test": "mocha --timeout 5000 \"./test/**/*_test.js\""
17+
"test": "mocha --timeout 8000 \"./test/**/*_test.js\""
1818
},
1919
"license": "Apache-2.0",
2020
"devDependencies": {

0 commit comments

Comments
 (0)