Skip to content

Commit ca630ba

Browse files
committed
-make another TFM repro test cases more resilient to 100 trying timing
git-svn-id: https://svn.resiprocate.org/rep/resiprocate/main@11018 ddefafc4-47db-0310-ae44-fa13212b10f2
1 parent c367dbf commit ca630ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tfm/repro/sanityTests.cxx

+2-2
Original file line numberDiff line numberDiff line change
@@ -4355,8 +4355,8 @@ class TestHolder : public ReproFixture
43554355
Seq
43564356
(
43574357
derek->invite(*jason),
4358-
optional(derek->expect(INVITE/100,from(proxy),WaitFor100,derek->noAction())),
4359-
jason->expect(INVITE,contact(derek),WaitForCommand,jason->ok()),
4358+
And(Sub(optional(derek->expect(INVITE/100, from(proxy), WaitFor100, derek->noAction()))),
4359+
Sub(jason->expect(INVITE,contact(derek),WaitForCommand,jason->ok()))),
43604360
derek->expect(INVITE/200,contact(jason),WaitForResponse,condition(missingTid,derek->ack())),
43614361
jason->expect(ACK,contact(derek),WaitForCommand, jason->noAction()),
43624362
WaitForEndOfTest

0 commit comments

Comments
 (0)