From 6265ffdb703929e21050c3ae5d43da369a2afc99 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 26 Jul 2023 00:05:00 +0000 Subject: [PATCH] ci: add missing timeout to 'autotools distcheck' step --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af78048c..fd154dbd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -120,6 +120,7 @@ jobs: run: make -C bld check VERBOSE=1 - name: 'autotools distcheck' if: ${{ matrix.target == 'distcheck' }} + timeout-minutes: 10 run: make -C bld -j3 distcheck - name: 'cmake configure' if: ${{ matrix.build == 'cmake' }}