We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 693b707 commit 189af8eCopy full SHA for 189af8e
dev-packages/node-overhead-gh-action/src/app.mjs
@@ -47,7 +47,7 @@ app.listen(port, () => {
47
// This is complicated on purpose to simulate a real-world response
48
function generateResponse(body) {
49
const bodyStr = JSON.stringify(body);
50
- const RES_BODY_SIZE = 1000;
+ const RES_BODY_SIZE = 10000;
51
52
const bodyLen = bodyStr.length;
53
let resBody = '';
0 commit comments