Skip to content

Commit

Permalink
Add timeout to multithreading test
Browse files Browse the repository at this point in the history
  • Loading branch information
JanCBrammer committed Oct 18, 2024
1 parent 746a927 commit 52790a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- uses: ./.github/actions/compile_inchi_lib
- name: Run multithreading test
run: python INCHI-1-TEST/tests/test_library/test_multithreading.py
timeout-minutes: 1
- uses: ./.github/actions/regression_tests
with:
artifact-name: regression-test-results_glibc_gcc
Expand Down Expand Up @@ -74,6 +75,7 @@ jobs:
- uses: ./.github/actions/compile_inchi_lib
- name: Run multithreading test
run: python INCHI-1-TEST/tests/test_library/test_multithreading.py
timeout-minutes: 1
- uses: ./.github/actions/regression_tests
with:
artifact-name: regression-test-results_musl_gcc
Expand Down

0 comments on commit 52790a0

Please sign in to comment.