source: issm/oecreview/Archive/26740-27031/ISSM-26767-26768.diff

Last change on this file was 27032, checked in by Mathieu Morlighem, 3 years ago

CHG: added 26740-27031

File size: 494 bytes
  • ../trunk-jpl/jenkins/jenkins.sh

     
    383383                done
    384384                # Check if timer hit $max_time
    385385                if [ $timer -eq $max_time ]; then
    386                         echo "Testing timed out"
     386                        echo "Testing timed out at ${timer} seconds"
    387387                        # Kill MATLAB processes
    388388                        pid=$(ps -W | grep MATLAB | awk '{print $1}')
    389389                        /bin/kill -f "${pid}"
Note: See TracBrowser for help on using the repository browser.