From ace7b67ebc296cb87b887c850394e60574500d7c Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Tue, 13 Sep 2022 16:54:06 +0200 Subject: [PATCH] =?UTF-8?q?Make=20CI=C2=A0wait=20a=20bit=20more=20for=20te?= =?UTF-8?q?sts=20that=20need=20to=20wait=20for=20threads.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ee658f8b4..1ce4fbb9c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,6 +53,7 @@ jobs: meson test --verbose env: SKIP_BIG_MEMORY_TEST: 1 + WAIT_TIME_FACTOR_TEST: 10 Windows: runs-on: windows-2019 @@ -77,6 +78,8 @@ jobs: cd build ninja download_test_data meson test --verbose + env: + WAIT_TIME_FACTOR_TEST: 10 Linux: strategy: @@ -179,6 +182,7 @@ jobs: env: LD_LIBRARY_PATH: "/home/runner/BUILD_${{matrix.target}}/INSTALL/lib:/home/runner/BUILD_${{matrix.target}}/INSTALL/lib${{matrix.lib_postfix}}" SKIP_BIG_MEMORY_TEST: 1 + WAIT_TIME_FACTOR_TEST: 10 - name: Publish coverage shell: bash run: |