Commit 6f3a1ad8 authored by berge's avatar berge
Browse files

Added one more safety

parent aa17b1ac
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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. ****") ;