diff options
| author | Jose Luis Duran <jlduran@FreeBSD.org> | 2026-01-14 17:48:43 +0000 |
|---|---|---|
| committer | Jose Luis Duran <jlduran@FreeBSD.org> | 2026-01-17 18:01:21 +0000 |
| commit | a4f0a60e05293f3f517324f3ebc41046a79a9feb (patch) | |
| tree | 95f9b8bb2c2da7547a1bf7bdc23bca6d1eecd029 | |
| parent | 97b177f51fb939943ef920415e541d00789d12f4 (diff) | |
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
| -rw-r--r-- | tests/sys/fs/tarfs/tarfs_test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
