build system: minor changes

This commit is contained in:
Michele Caini
2021-03-29 23:32:35 +02:00
parent eb05ab5fab
commit 56fa50385e
3 changed files with 5 additions and 5 deletions

View File

@@ -29,7 +29,7 @@ jobs:
working-directory: build
env:
CTEST_OUTPUT_ON_FAILURE: 1
run: ctest --timeout 5 -C Debug -j4
run: ctest --timeout 10 -C Debug -j4
windows:
timeout-minutes: 10
@@ -62,7 +62,7 @@ jobs:
working-directory: build
env:
CTEST_OUTPUT_ON_FAILURE: 1
run: ctest --timeout 5 -C Debug -j4
run: ctest --timeout 10 -C Debug -j4
macos:
timeout-minutes: 10
@@ -79,4 +79,4 @@ jobs:
working-directory: build
env:
CTEST_OUTPUT_ON_FAILURE: 1
run: ctest --timeout 5 -C Debug -j4
run: ctest --timeout 10 -C Debug -j4

View File

@@ -22,7 +22,7 @@ jobs:
working-directory: build
env:
CTEST_OUTPUT_ON_FAILURE: 1
run: ctest --timeout 5 -C Debug -j4
run: ctest --timeout 10 -C Debug -j4
- name: Collect data
working-directory: build
run: |

View File

@@ -26,4 +26,4 @@ jobs:
working-directory: build
env:
CTEST_OUTPUT_ON_FAILURE: 1
run: ctest --timeout 5 -C Debug -j4
run: ctest --timeout 10 -C Debug -j4