Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 05 Jan 2026 20:38:52 +0000
From:      Jose Luis Duran <jlduran@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 065f02174f76 - main - makefs: tests: Double the timeout of ZFS file_extend test
Message-ID:  <695c215c.ad20.598e5043@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by jlduran:

URL: https://cgit.FreeBSD.org/src/commit/?id=065f02174f76a49fbf537ee51ed8068d3d398b08

commit 065f02174f76a49fbf537ee51ed8068d3d398b08
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-05 20:32:24 +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
---
 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 start


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?695c215c.ad20.598e5043>