Changeset 26768


Ignore:
Timestamp:
01/11/22 13:57:20 (3 years ago)
Author:
jdquinn
Message:

BUG: Timer for Windows build is broken

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/jenkins/jenkins.sh

    r26767 r26768  
    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}')
Note: See TracChangeset for help on using the changeset viewer.