From 8a3d467f5b6790ca3fe68a0ff51468499d26f48c Mon Sep 17 00:00:00 2001 From: penguin Date: Sat, 13 Dec 2025 21:02:43 -0600 Subject: [PATCH] ci: fuzz: add timeout --- .gitea/workflows/gentoo-utils.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/gentoo-utils.yml b/.gitea/workflows/gentoo-utils.yml index 95e4fea..ecfd32f 100644 --- a/.gitea/workflows/gentoo-utils.yml +++ b/.gitea/workflows/gentoo-utils.yml @@ -123,6 +123,7 @@ jobs: fuzz: runs-on: brutalisk + timeout-minutes: 10 env: CC: 'clang' CXX: 'clang++'