Date: Sat, 17 Jan 2026 18:12:55 +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: a4f0a60e0529 - main - tarfs: tests: Increase timeout (again 2) Message-ID: <696bd127.3a4f9.6f666244@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=a4f0a60e05293f3f517324f3ebc41046a79a9feb commit a4f0a60e05293f3f517324f3ebc41046a79a9feb Author: Jose Luis Duran <jlduran@FreeBSD.org> AuthorDate: 2026-01-14 17:48:43 +0000 Commit: Jose Luis Duran <jlduran@FreeBSD.org> CommitDate: 2026-01-17 18:01:21 +0000 tarfs: tests: Increase timeout (again 2) Bump the timeout value (for the third time), to avoid cutoff on emulated architectures on ci.freebsd.org. One of the runners will take considerably more time to complete this test. Reported by: Jenkins Fixes: a551b0524953 ("tarfs: tests: Increase timeout (again)") MFC after: 3 days --- tests/sys/fs/tarfs/tarfs_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/sys/fs/tarfs/tarfs_test.sh b/tests/sys/fs/tarfs/tarfs_test.sh index 9405697ab21f..c8579781b51c 100644 --- a/tests/sys/fs/tarfs/tarfs_test.sh +++ b/tests/sys/fs/tarfs/tarfs_test.sh @@ -401,7 +401,7 @@ tarfs_large_head() { atf_set "descr" "Test support for large files" atf_set "require.user" "root" atf_set "require.kmods" "tarfs" - atf_set "timeout" "1200" + atf_set "timeout" "2400" } tarfs_large_body() { tarfs_setuphome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?696bd127.3a4f9.6f666244>
