Michele Caini 5 лет назад
Родитель
Сommit
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