From 95cc503d0336b3bdd6adef07ba70b9da3cc57c47 Mon Sep 17 00:00:00 2001 From: fvogel Date: Sat, 1 Jul 2023 20:28:37 +0000 Subject: Add time-outs to the Tk tests steps in GitHub workflows. --- .github/workflows/linux-build.yml | 1 + .github/workflows/mac-build.yml | 2 ++ .github/workflows/win-build.yml | 2 ++ 3 files changed, 5 insertions(+) diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml index 7d00dcc..55797bf 100644 --- a/.github/workflows/linux-build.yml +++ b/.github/workflows/linux-build.yml @@ -161,3 +161,4 @@ jobs: echo "::error::Failure during Test" exit 1 } + timeout-minutes: 15 diff --git a/.github/workflows/mac-build.yml b/.github/workflows/mac-build.yml index 1487c66..3fdebde 100644 --- a/.github/workflows/mac-build.yml +++ b/.github/workflows/mac-build.yml @@ -54,6 +54,7 @@ jobs: echo "::error::Failure during Test" exit 1 fi + timeout-minutes: 30 clang: runs-on: macos-11 strategy: @@ -160,6 +161,7 @@ jobs: echo "::error::Failure in ttk test results" exit 1 } + timeout-minutes: 15 - name: Carry out trial installation run: | make install || { diff --git a/.github/workflows/win-build.yml b/.github/workflows/win-build.yml index fa57a2d..82d44ff 100644 --- a/.github/workflows/win-build.yml +++ b/.github/workflows/win-build.yml @@ -84,6 +84,7 @@ jobs: env: CI_BUILD_WITH_MSVC: 1 shell: bash + timeout-minutes: 15 - name: Build Help (OPTS=${{ matrix.symbols }}) run: | &nmake -f makefile.vc htmlhelp OPTS=${{ matrix.symbols }} @@ -171,3 +172,4 @@ jobs: echo "::error::Failure during Test" exit 1 } + timeout-minutes: 15 -- cgit v0.12