The branch main has been updated by jlduran:

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

commit a4f0a60e05293f3f517324f3ebc41046a79a9feb
Author:     Jose Luis Duran <[email protected]>
AuthorDate: 2026-01-14 17:48:43 +0000
Commit:     Jose Luis Duran <[email protected]>
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_setup

Reply via email to