From 20de28ff27bbd9fcbc85b849ad1c47d9988c857f Mon Sep 17 00:00:00 2001 From: Pierre Avital Date: Thu, 18 Jan 2024 10:14:08 +0100 Subject: [PATCH] back to 5 min timeout for ST test --- .github/workflows/build-check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-check.yaml b/.github/workflows/build-check.yaml index 8f05169f5..ba90599cc 100644 --- a/.github/workflows/build-check.yaml +++ b/.github/workflows/build-check.yaml @@ -122,7 +122,7 @@ jobs: sudo apt install -y ninja-build CMAKE_GENERATOR=Ninja make python3 ./build/tests/single_thread.py - timeout-minutes: 10 + timeout-minutes: 5 env: Z_FEATURE_MULTI_THREAD: 0