From 2ffa612cb08b7472c27b9724848f4fe26106d94b Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 27 Jul 2015 10:09:35 +0200 Subject: [PATCH] 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. --- callagent/Tests.st | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/callagent/Tests.st b/callagent/Tests.st index 3c9251d..3a628cc 100644 --- a/callagent/Tests.st +++ b/callagent/Tests.st @@ -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 [