浏览代码

build system: minor changes

Michele Caini 5 年之前
父节点
当前提交
56fa50385e
共有 3 个文件被更改,包括 5 次插入5 次删除
  1. 3 3
      .github/workflows/build.yml
  2. 1 1
      .github/workflows/coverage.yml
  3. 1 1
      .github/workflows/sanitizer.yml

+ 3 - 3
.github/workflows/build.yml

@@ -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

+ 1 - 1
.github/workflows/coverage.yml

@@ -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: |

+ 1 - 1
.github/workflows/sanitizer.yml

@@ -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