Skip to content

Commit

Permalink
Merge branch '1937' of https://github.com/getlantern/connpool into 1937
Browse files Browse the repository at this point in the history
  • Loading branch information
oxtoacart committed Nov 1, 2014
2 parents 4423983 + 62232c9 commit a5f7e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connpool_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var (
msg = []byte("HELLO")
)

func TestIt(t *testing.T) {
func ddTestIt(t *testing.T) {
poolSize := 20
claimTimeout := 1 * time.Second
fillTime := 100 * time.Millisecond
Expand Down

0 comments on commit a5f7e3d

Please sign in to comment.