smalltalk
/
osmo-st-mgcp
Archived
1
0
Fork 0

callagent: Do not assume certain scheduling...

We start a timer and re-send during this interval. We might
or might not send it more than six times. On Pharo we do not
reach that value and it is fine. We care about that it is
resent during the interval.
This commit is contained in:
Holger Hans Peter Freyther 2015-07-27 10:09:35 +02:00
parent c89b725bce
commit 2ffa612cb0
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@ TestCase subclass: MGCPTransactionTest [
self assert: result signals equals: 0.
self assert: timeout signals equals: 0.
self assert: self timeoutCallagent sends > 6.
self assert: self timeoutCallagent sends > 5.
]
testSuccess [