@@ -192,10 +192,10 @@ describe("Change commonParams that doesn't affects validator set", function() {
192192 it ( "should be applied after a term seconds" , async function ( ) {
193193 const initialTermSeconds = initialParams . termSeconds ;
194194 const newTermSeconds = 5 ;
195- const margin = 1.3 ;
195+ const margin = 1.5 ;
196196
197197 this . slow ( ( initialTermSeconds + newTermSeconds ) * 1000 * margin ) ;
198- this . timeout ( ( initialTermSeconds + newTermSeconds ) * 1000 * 2 ) ;
198+ this . timeout ( ( initialTermSeconds + newTermSeconds ) * 1000 * 2.5 ) ;
199199
200200 const term1Metadata = ( await stake . getTermMetadata ( nodes [ 0 ] . sdk ) ) ! ;
201201 {
@@ -247,8 +247,8 @@ describe("Change commonParams that doesn't affects validator set", function() {
247247 it ( "Change minimum fee of pay transaction" , async function ( ) {
248248 const checkingNode = nodes [ 0 ] ;
249249
250- this . slow ( 4_000 ) ;
251- this . timeout ( 6_000 ) ;
250+ this . slow ( 6_000 ) ;
251+ this . timeout ( 12_000 ) ;
252252
253253 const changeTxHash = await changeParams ( checkingNode , 1 , {
254254 ...initialParams ,
@@ -284,7 +284,7 @@ describe("Change commonParams that doesn't affects validator set", function() {
284284
285285 it ( "Should apply larger metadata limit after increment" , async function ( ) {
286286 this . slow ( 6_000 ) ;
287- this . timeout ( 9_000 ) ;
287+ this . timeout ( 12_000 ) ;
288288
289289 const alice = validators [ 0 ] ;
290290 const checkingNode = nodes [ 0 ] ;
@@ -321,7 +321,7 @@ describe("Change commonParams that doesn't affects validator set", function() {
321321
322322 it ( "Should apply smaller metadata limit after decrement" , async function ( ) {
323323 this . slow ( 6_000 ) ;
324- this . timeout ( 9_000 ) ;
324+ this . timeout ( 12_000 ) ;
325325
326326 const alice = validators [ 0 ] ;
327327 const checkingNode = nodes [ 0 ] ;
0 commit comments