Changeset b90aace for Jenkinsfile


Ignore:
Timestamp:
Sep 25, 2018, 11:02:00 AM (6 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
Children:
7428ad9
Parents:
13a984c
Message:

Jenkins full build now uses 10 min timeouts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    r13a984c rb90aace  
    128128                        //Run the tests from the tests directory
    129129                        if ( Settings.RunAllTests ) {
    130                                 sh 'make --no-print-directory -C tests all-tests debug=yes'
    131                                 sh 'make --no-print-directory -C tests all-tests debug=no '
     130                                sh 'make --no-print-directory -C tests timeouts="--timeout=600" all-tests debug=yes'
     131                                sh 'make --no-print-directory -C tests timeouts="--timeout=600" all-tests debug=no '
    132132                        }
    133133                        else {
    134                                 sh 'make --no-print-directory -C tests'
     134                                sh 'make --no-print-directory -C tests timeouts="--timeout=600"'
    135135                        }
    136136                }
Note: See TracChangeset for help on using the changeset viewer.