summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--filesystems/e2fsprogs-core/Makefile3
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}