diff --git a/.gitea/workflows/gentoo-utils.yml b/.gitea/workflows/gentoo-utils.yml index 834487a..a739d84 100644 --- a/.gitea/workflows/gentoo-utils.yml +++ b/.gitea/workflows/gentoo-utils.yml @@ -152,7 +152,7 @@ jobs: which emerge meson setup -Dfuzz=enabled -Dtests=enabled -Dbuildtype=debugoptimized build meson compile atom_parser_fuzzer:alias -C build - ./scripts/fuzz.sh + timeout 10m ./scripts/fuzz.sh check-format: runs-on: brutalisk