Skip to content

Commit

Permalink
Decrease the number of connection in test because of windows
Browse files Browse the repository at this point in the history
  • Loading branch information
olegbespalov committed Aug 24, 2023
1 parent 8f0da0a commit 9dee277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion websockets/websockets_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1265,7 +1265,7 @@ func TestLockingUpWithAThrow(t *testing.T) {
err := ts.ev.Start(func() error {
_, runErr := ts.rt.RunString(sr(`
let a = 0;
const connections = 1000;
const connections = 200;
async function s() {
let ws = new WebSocket("WSBIN_URL/ws-echo")
ws.addEventListener("open", () => {
Expand Down

0 comments on commit 9dee277

Please sign in to comment.