From 39d6575e1463a964710382d3edbffea387fb3973 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20M=C3=BCller?= Date: Fri, 22 Dec 2023 11:19:51 +0100 Subject: [PATCH] ci: add timeout --- .github/workflows/check.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 4b262aa..c9a83ab 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -18,6 +18,7 @@ jobs: # Display must be available globally for linux to know where xvfb is DISPLAY: ":99.0" QT_SELECT: "qt6" + timeout-minutes: 30 steps: - uses: actions/checkout@v3