aboutsummaryrefslogtreecommitdiffstats
path: root/msc
diff options
context:
space:
mode:
authorDaniel Willmann <dwillmann@sysmocom.de>2018-05-17 12:16:16 +0200
committerDaniel Willmann <dwillmann@sysmocom.de>2018-05-17 12:16:16 +0200
commit898a7e06cc94de19bde28e9823a0bec6ca92a5c0 (patch)
tree06a452e09fbdb2cfc09e28a72da24bdbfa91e182 /msc
parentdefd948e0f30d919e9ac0be0fcf760582f06ad8c (diff)
MSC_Tests: Extend timeout waiting for Clear Cmd in TC_establish_and_nothing
This should fix the bogus failures we are seeing in this test. The pcap usually shows that the Clear Command does arrive after about 5 seconds, but sometimes the internal timer fires before that. Double the timeout of the test here. Change-Id: I998cfb52a3813dd9f76d3787e4d0d448752ec847
Diffstat (limited to 'msc')
-rw-r--r--msc/MSC_Tests.ttcn2
1 files changed, 1 insertions, 1 deletions
diff --git a/msc/MSC_Tests.ttcn b/msc/MSC_Tests.ttcn
index edaa61bc..56ac3d3c 100644
--- a/msc/MSC_Tests.ttcn
+++ b/msc/MSC_Tests.ttcn
@@ -1173,7 +1173,7 @@ private function f_tc_establish_and_nothing(charstring id, BSC_ConnHdlrPars pars
f_perform_lu();
f_establish_fully();
- f_expect_clear();
+ f_expect_clear(10.0);
}
testcase TC_establish_and_nothing() runs on MTC_CT {
var BSC_ConnHdlr vc_conn;