Date: Thu, 15 Jan 2026 19:45:01 +0000 From: Jose Luis Duran <jlduran@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 463c0b8896cb - stable/15 - makefs: tests: Double the timeout of ZFS file_extend test Message-ID: <696943bd.47d26.5a1547d1@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch stable/15 has been updated by jlduran: URL: https://cgit.FreeBSD.org/src/commit/?id=463c0b8896cb3dc615af9a17698b7b66a1fdbee4 commit 463c0b8896cb3dc615af9a17698b7b66a1fdbee4 Author: Jose Luis Duran <jlduran@FreeBSD.org> AuthorDate: 2026-01-05 20:32:24 +0000 Commit: Jose Luis Duran <jlduran@FreeBSD.org> CommitDate: 2026-01-15 19:37:52 +0000 makefs: tests: Double the timeout of ZFS file_extend test The test makefs_zfs_tests:file_extend is timing out on ci.freebsd.org. Double the default timeout to allow it to finish. Reported by: Jenkins Reviewed by: asomers MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D54425 (cherry picked from commit 065f02174f76a49fbf537ee51ed8068d3d398b08) --- usr.sbin/makefs/tests/makefs_zfs_tests.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/usr.sbin/makefs/tests/makefs_zfs_tests.sh b/usr.sbin/makefs/tests/makefs_zfs_tests.sh index ac4c56796011..1694fa05683b 100644 --- a/usr.sbin/makefs/tests/makefs_zfs_tests.sh +++ b/usr.sbin/makefs/tests/makefs_zfs_tests.sh @@ -312,6 +312,12 @@ empty_fs_cleanup() } atf_test_case file_extend cleanup +file_extend_head() +{ + # Double the default timeout to make it pass on emulated architectures + # on ci.freebsd.org + atf_set "timeout" 600 +} file_extend_body() { local i starthome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?696943bd.47d26.5a1547d1>
