From bb825c91bba429d9062331e5212d770a2c6f8c4e Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Wed, 6 Mar 2019 15:35:50 +0100 Subject: msc: TC_lu_disconnect: add final delay to fix spurious failure I hit a "Broken pipe" error, hoping that the bit of delay makes the teardown more stable. Change-Id: I765a75f91a748239f6cc82f4a61f02d59166f00b --- msc/MSC_Tests.ttcn | 1 + 1 file changed, 1 insertion(+) diff --git a/msc/MSC_Tests.ttcn b/msc/MSC_Tests.ttcn index 31a7401c..d02a0ed3 100644 --- a/msc/MSC_Tests.ttcn +++ b/msc/MSC_Tests.ttcn @@ -822,6 +822,7 @@ private function f_tc_lu_disconnect(charstring id, BSC_ConnHdlrPars pars) runs o /* send clear request in the middle of the LU */ BSSAP.send(BSSAP_Conn_Prim:MSC_CONN_PRIM_DISC_REQ); setverdict(pass); + f_sleep(1.0); } testcase TC_lu_disconnect() runs on MTC_CT { var BSC_ConnHdlr vc_conn; -- cgit v1.2.3