Date: Mon, 12 Jan 2026 18:18:28 +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: a551b0524953 - main - tarfs: tests: Increase timeout (again) Message-ID: <69653af4.3c559.38886bca@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=a551b0524953cbfa4f1035c6d968623e64f4436a commit a551b0524953cbfa4f1035c6d968623e64f4436a Author: Jose Luis Duran <jlduran@FreeBSD.org> AuthorDate: 2026-01-12 18:15:10 +0000 Commit: Jose Luis Duran <jlduran@FreeBSD.org> CommitDate: 2026-01-12 18:17:01 +0000 tarfs: tests: Increase timeout (again) Bump the timeout value (a little more), to avoid cutoff on emulated architectures on ci.freebsd.org. Reported by: Jenkins Fixes: 47015e454661 ("tests: Increase timeout") 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 3a95263aeda9..9405697ab21f 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" "900" + atf_set "timeout" "1200" } tarfs_large_body() { tarfs_setuphome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69653af4.3c559.38886bca>
