Changeset - r25342:e23bc12c103b
[Not reviewed]
master
0 1 0
Loïc Guilloux - 3 years ago 2021-05-01 14:18:41
glx22@users.noreply.github.com
Change: [Actions] Add a 2 minutes timeout for regression test (#9166)
1 file changed with 3 insertions and 3 deletions:
0 comments (0 inline, 0 general)
.github/workflows/ci-build.yml
Show inline comments
 
@@ -143,7 +143,7 @@ jobs:
 
    - name: Test
 
      run: |
 
        cd build
 
        ctest -j $(nproc)
 
        ctest -j $(nproc) --timeout 120
 

	
 
  macos:
 
    name: Mac OS
 
@@ -224,7 +224,7 @@ jobs:
 
    - name: Test
 
      run: |
 
        cd build
 
        ctest -j $(sysctl -n hw.logicalcpu)
 
        ctest -j $(sysctl -n hw.logicalcpu) --timeout 120
 

	
 
  windows:
 
    name: Windows
 
@@ -314,4 +314,4 @@ jobs:
 
      shell: bash
 
      run: |
 
        cd ${GITHUB_WORKSPACE}/build
 
        ctest
 
        ctest --timeout 120
0 comments (0 inline, 0 general)