Changeset 05c34c3


Ignore:
Timestamp:
Jun 26, 2019, 10:14:36 AM (5 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
35a408b7
Parents:
f93f35a
Message:

Reverted local timeout but increased global timeout

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    rf93f35a r05c34c3  
    138138                dir (BuildDir) {
    139139                        //Run the tests from the tests directory
    140                         sh 'make --no-print-directory -C tests timeouts="--timeout=1200" all-tests debug=yes'
    141                         sh 'make --no-print-directory -C tests timeouts="--timeout=1200" all-tests debug=no '
     140                        sh 'make --no-print-directory -C tests timeouts="--timeout=600 --global-timeout=14400" all-tests debug=yes'
     141                        sh 'make --no-print-directory -C tests timeouts="--timeout=600 --global-timeout=14400" all-tests debug=no '
    142142                }
    143143        }
Note: See TracChangeset for help on using the changeset viewer.