1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-11-20 02:42:09 +03:00

ci: add missing timeouts for autotools tests

Cherry-picked from #1030
This commit is contained in:
Viktor Szakats
2023-05-04 17:28:28 +00:00
parent 3d64a3f510
commit fd97eccecc

View File

@@ -78,6 +78,7 @@ jobs:
run: make -C bld -j3 run: make -C bld -j3
- name: 'autotools tests' - name: 'autotools tests'
if: ${{ matrix.build == 'autotools' && !matrix.target }} if: ${{ matrix.build == 'autotools' && !matrix.target }}
timeout-minutes: 10
run: make -C bld check VERBOSE=1 run: make -C bld check VERBOSE=1
- name: 'autotools distcheck' - name: 'autotools distcheck'
if: ${{ matrix.target == 'distcheck' }} if: ${{ matrix.target == 'distcheck' }}
@@ -147,6 +148,7 @@ jobs:
run: make -C bld -j3 run: make -C bld -j3
- name: 'autotools tests' - name: 'autotools tests'
if: ${{ matrix.build == 'autotools' }} if: ${{ matrix.build == 'autotools' }}
timeout-minutes: 10
shell: msys2 {0} shell: msys2 {0}
run: make -C bld check VERBOSE=1 run: make -C bld check VERBOSE=1
- name: 'cmake configure' - name: 'cmake configure'
@@ -296,6 +298,7 @@ jobs:
run: make -C bld -j3 run: make -C bld -j3
- name: 'autotools tests' - name: 'autotools tests'
if: ${{ matrix.build == 'autotools' }} if: ${{ matrix.build == 'autotools' }}
timeout-minutes: 10
run: make -C bld check VERBOSE=1 run: make -C bld check VERBOSE=1
- name: 'cmake configure' - name: 'cmake configure'
if: ${{ matrix.build == 'cmake' }} if: ${{ matrix.build == 'cmake' }}