The branch main has been updated by jlduran: URL: https://cgit.FreeBSD.org/src/commit/?id=a551b0524953cbfa4f1035c6d968623e64f4436a
commit a551b0524953cbfa4f1035c6d968623e64f4436a Author: Jose Luis Duran <[email protected]> AuthorDate: 2026-01-12 18:15:10 +0000 Commit: Jose Luis Duran <[email protected]> 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_setup
