Skip to content

Commit

Permalink
Test fix: increase max requests to make test work
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfernandez committed Dec 10, 2023
1 parent f00b730 commit c4e5b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ function testWSIntegration(callback) {
}
const options = {
url: `ws://localhost:${port}`,
maxRequests: 10,
maxRequests: 100,
concurrency: 10,
body: {
/*
Expand Down

0 comments on commit c4e5b5f

Please sign in to comment.