File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 16
16
"coverage-publish" : " aegir coverage -u"
17
17
},
18
18
"author" : " " ,
19
- "license" : " ISC " ,
19
+ "license" : " MIT " ,
20
20
"dependencies" : {
21
21
"chai-checkmark" : " ^1.0.1" ,
22
22
"dgram" : " ^1.0.1" ,
Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ describe('NAT-PMP tests', () => {
26
26
natmapping = mapping
27
27
done ( )
28
28
} )
29
- } ) . timeout ( 5 * 10000 )
29
+ } )
30
30
31
31
it ( 'should delete a mapping' , ( done ) => {
32
32
natPMP . deleteMapping ( natmapping , ( error ) => {
33
33
expect ( error ) . to . not . exist ( )
34
34
done ( )
35
35
} )
36
- } ) . timeout ( 5 * 10000 )
36
+ } )
37
37
} )
Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ describe('Nat UpNP tests', () => {
26
26
natmapping = mapping
27
27
done ( )
28
28
} )
29
- } ) . timeout ( 5 * 10000 )
29
+ } )
30
30
31
31
it ( 'should delete a mapping' , ( done ) => {
32
32
natUpnp . deleteMapping ( natmapping , ( error ) => {
33
33
expect ( error ) . to . not . exist ( )
34
34
done ( )
35
35
} )
36
- } ) . timeout ( 5 * 10000 )
36
+ } )
37
37
} )
You can’t perform that action at this time.
0 commit comments