diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2025-06-30 10:36:33 +0200 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2025-06-30 10:38:09 +0200 |
commit | 90a2b4ee90b80473cbadd7b60c4ab8d4b642342d (patch) | |
tree | b288dbd59f236589401a891bbf8c66965241f015 | |
parent | multimedia/obs-studio: mark broken, incompat websocketpp./.boost-libs (diff) |
filesystems/e2fsprogs-core: try to reduce timeout-related pkg-fallout@
The r_corrupt_fs self-test seems to have failed often recently on
various builders with a timeout, which I cannot reproduce. Disable
unless SLOWTESTS is set, and extend timeout from 3 to 10 minutes.
Not bumping PORTREVISION because this does not change the package
contents, only helps a "have package" or "failed build" situation.
-rw-r--r-- | filesystems/e2fsprogs-core/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/filesystems/e2fsprogs-core/Makefile b/filesystems/e2fsprogs-core/Makefile index 9b978fd773fd..7242cd276287 100644 --- a/filesystems/e2fsprogs-core/Makefile +++ b/filesystems/e2fsprogs-core/Makefile @@ -177,6 +177,7 @@ post-patch:: r_64to32bit \ r_64to32bit_meta \ r_expand_full \ + r_corrupt_fs \ r_min_itable \ t_change_uuid_mounted \ t_dangerous \ @@ -243,7 +244,7 @@ _check_target=SKIP_SLOW_TESTS= check _check_timeout=7200 .else _check_target=check -_check_timeout=180 +_check_timeout=600 .endif .if ${PORT_OPTIONS:MLIBUNWIND} |