Loading ttcn/LibCommon_Sync.ttcn +3 −0 Original line number Diff line number Diff line Loading @@ -1305,6 +1305,9 @@ module LibCommon_Sync { tc_shutDown.start(PX_TSHUT_DOWN_TIME_LIMIT); alt { [] syncPort.receive { // clients may still try to send some sync message } [] all component.done { tc_shutDown.stop; log("**** f_serverWaitForAllClientsToShutDown: All components have properly shut down. Sync server will now terminate the test case. ****") ; Loading Loading
ttcn/LibCommon_Sync.ttcn +3 −0 Original line number Diff line number Diff line Loading @@ -1305,6 +1305,9 @@ module LibCommon_Sync { tc_shutDown.start(PX_TSHUT_DOWN_TIME_LIMIT); alt { [] syncPort.receive { // clients may still try to send some sync message } [] all component.done { tc_shutDown.stop; log("**** f_serverWaitForAllClientsToShutDown: All components have properly shut down. Sync server will now terminate the test case. ****") ; Loading