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 acf7b72
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 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 Test20Clients(t *testing.T) {
testNClients(t, 20)
}

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

0 comments on commit acf7b72

Please sign in to comment.