Skip to content

Commit

Permalink
remove 1k connection test
Browse files Browse the repository at this point in the history
  • Loading branch information
fhackett committed Nov 15, 2024
1 parent 884f424 commit 0008579
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions systems/locksvc/locksvc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,10 @@ func Test5Clients(t *testing.T) {
testNClients(t, 5)
}

func Test1000Clients(t *testing.T) {
testNClients(t, 1000)
func Test20Clients(t *testing.T) {
testNClients(t, 20)
}

// func Test1000Clients(t *testing.T) {
// testNClients(t, 1000)
// }

0 comments on commit 0008579

Please sign in to comment.