From 9ede2d8757c8edf1164fcd65d5c47d8495f173fa Mon Sep 17 00:00:00 2001 From: Ivan Ribakov Date: Fri, 28 Jan 2022 12:16:17 +0100 Subject: [PATCH] Increase TimerC value for TFM tests to 40 seconds --- tfm/repro/TestRepro.cxx | 2 +- tfm/repro/sanityTests.cxx | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tfm/repro/TestRepro.cxx b/tfm/repro/TestRepro.cxx index 8103604fd..67fbd1390 100644 --- a/tfm/repro/TestRepro.cxx +++ b/tfm/repro/TestRepro.cxx @@ -48,7 +48,7 @@ TfmProxyConfig::TfmProxyConfig(AbstractDb* db, const CommandLineParser& args) insertConfigValue("QValueMsBetweenForkGroups", "5000"); insertConfigValue("QValueMsBeforeCancel", "5000"); - insertConfigValue("TimerC", "30"); + insertConfigValue("TimerC", "40"); insertConfigValue("ForceRecordRouting", "true"); //insertConfigValue("RecordRouteUri", "sip:127.0.0.1:5060"); // Set below per transport diff --git a/tfm/repro/sanityTests.cxx b/tfm/repro/sanityTests.cxx index 5d689324e..96d265283 100644 --- a/tfm/repro/sanityTests.cxx +++ b/tfm/repro/sanityTests.cxx @@ -3494,7 +3494,7 @@ class TestHolder : public ReproFixture optional(jason->expect(INVITE/100, from(proxy),WaitFor100,jason->noAction())), derek->expect(INVITE,contact(jason),WaitForResponse,derek->ring()), jason->expect(INVITE/180,contact(derek),WaitForResponse,jason->noAction()), - derek->expect(CANCEL,from(proxy),31000,chain(derek->ok(),derek->send487())), + derek->expect(CANCEL,from(proxy),41000,chain(derek->ok(),derek->send487())), And ( Sub @@ -10434,14 +10434,14 @@ class TestHolder : public ReproFixture ( jason2->expect(INVITE, contact(derek), WaitForCommand, jason2->ring()), derek->expect(INVITE/180, from(jason2), WaitFor180, derek->noAction()), - jason2->expect(CANCEL,from(proxy),31000,chain(jason2->ok(), jason2->send487(),count487.dec())), + jason2->expect(CANCEL,from(proxy),41000,chain(jason2->ok(), jason2->send487(),count487.dec())), jason2->expect(ACK,from(proxy),WaitForResponse,jason2->noAction()) ), Sub ( jason1->expect(INVITE, contact(derek), WaitForCommand, jason1->ring()), derek->expect(INVITE/180, from(jason1), WaitFor180, derek->noAction()), - jason1->expect(CANCEL,from(proxy),31000,chain(jason1->ok(), jason1->send487(),count487.dec())), + jason1->expect(CANCEL,from(proxy),41000,chain(jason1->ok(), jason1->send487(),count487.dec())), jason1->expect(ACK,from(proxy),WaitForResponse,jason1->noAction()) ) ), @@ -10500,7 +10500,7 @@ class TestHolder : public ReproFixture ( jason->expect(INVITE, from(cullen), WaitForCommand, jason->ring()), cullen->expect(INVITE/180, from(jason), WaitForResponse, cullen->noAction()), - jason->expect(CANCEL, from(proxy), 31000, chain(jason->ok(), jason->send487())), + jason->expect(CANCEL, from(proxy), 41000, chain(jason->ok(), jason->send487())), jason->expect(ACK,from(proxy),WaitForResponse,jason->noAction()), derek->expect(INVITE, from(cullen), WaitForCommand, chain(derek->ring(),derek->ok())),