Commit 077ee144 authored by predusi's avatar predusi
Browse files

wait till the ptc are ready and then analyze the result.

parent 78ca90e0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -295,6 +295,8 @@ module MainModule {
            }
        };
        
        all component.done;
        
        transactionTimer.start;
        alt {
            [] verdictPort.receive(VerdictStructure:?) -> value v_vs {
@@ -307,8 +309,6 @@ module MainModule {
            }
        }
         
        all component.done;
        
        controlPort.call(writeCSVTransaction:{PX_CSV_FILE, p_tranDuration, p_nrOfEmptyMsg}, 5.0) {
            [] controlPort.getreply(writeCSVTransaction:{-, -, -} value true) {
                setverdict (pass);