Skip to content

Commit

Permalink
Make CI wait a bit more for tests that need to wait for threads.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgautierfr committed Oct 4, 2022
1 parent ad936a5 commit ace7b67
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
meson test --verbose
env:
SKIP_BIG_MEMORY_TEST: 1
WAIT_TIME_FACTOR_TEST: 10

Windows:
runs-on: windows-2019
Expand All @@ -77,6 +78,8 @@ jobs:
cd build
ninja download_test_data
meson test --verbose
env:
WAIT_TIME_FACTOR_TEST: 10

Linux:
strategy:
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit ace7b67

Please sign in to comment.