File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ var bytes = require('crypto').pseudoRandomBytes
6
6
describe ( 'many connections' , function ( ) {
7
7
describe ( 'async' , function ( ) {
8
8
var test = function ( count , times ) {
9
- it ( ' connecting ' + count + ' clients ' + times , function ( done ) {
9
+ it ( ` connecting ${ count } clients ${ times } times` , function ( done ) {
10
10
this . timeout ( 200000 )
11
11
12
12
var connectClient = function ( n , cb ) {
@@ -38,20 +38,9 @@ describe('many connections', function () {
38
38
}
39
39
40
40
test ( 1 , 1 )
41
- test ( 1 , 1 )
42
- test ( 1 , 1 )
43
- test ( 5 , 5 )
44
41
test ( 5 , 5 )
45
- test ( 5 , 5 )
46
- test ( 5 , 5 )
47
- test ( 10 , 10 )
48
42
test ( 10 , 10 )
49
- test ( 10 , 10 )
50
- test ( 20 , 20 )
51
- test ( 20 , 20 )
52
43
test ( 20 , 20 )
53
44
test ( 30 , 10 )
54
- test ( 30 , 10 )
55
- test ( 30 , 10 )
56
45
} )
57
46
} )
You can’t perform that action at this time.
0 commit comments