Index: ../trunk-jpl/jenkins/jenkins.sh =================================================================== --- ../trunk-jpl/jenkins/jenkins.sh (revision 26767) +++ ../trunk-jpl/jenkins/jenkins.sh (revision 26768) @@ -383,7 +383,7 @@ done # Check if timer hit $max_time if [ $timer -eq $max_time ]; then - echo "Testing timed out" + echo "Testing timed out at ${timer} seconds" # Kill MATLAB processes pid=$(ps -W | grep MATLAB | awk '{print $1}') /bin/kill -f "${pid}"