diff options
| author | Jose Luis Duran <jlduran@FreeBSD.org> | 2026-01-12 18:15:10 +0000 |
|---|---|---|
| committer | Jose Luis Duran <jlduran@FreeBSD.org> | 2026-01-12 18:17:01 +0000 |
| commit | a551b0524953cbfa4f1035c6d968623e64f4436a (patch) | |
| tree | 8c25aeeb2e3bf0ae700874bf0ce5701b5ca1f4f2 | |
| parent | 1971c31c537fd638f3a27eb4c3aca5183a970559 (diff) | |
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
| -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 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 |
