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
This commit is contained in:
Daniel Willmann 2018-05-17 12:16:16 +02:00
parent defd948e0f
commit 898a7e06cc
1 changed files with 1 additions and 1 deletions

View File

@ -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;