git: 47015e454661 - main - tests: Increase timeout
- Reply: Jose Luis Duran : "Re: git: 47015e454661 - main - tests: Increase timeout"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 07 Jan 2026 17:53:24 UTC
The branch main has been updated by jlduran:
URL: https://cgit.FreeBSD.org/src/commit/?id=47015e4546619151f9bff548a3758b72286d04ed
commit 47015e4546619151f9bff548a3758b72286d04ed
Author: Jose Luis Duran <jlduran@FreeBSD.org>
AuthorDate: 2026-01-07 17:52:26 +0000
Commit: Jose Luis Duran <jlduran@FreeBSD.org>
CommitDate: 2026-01-07 17:52:26 +0000
tests: Increase timeout
Bump the timeout value, to avoid cutoff on emulated architectures on
ci.freebsd.org.
Reported by: Jenkins
Reviewed by: ngie
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D54550
---
tests/sys/fs/fusefs/Makefile | 2 +-
tests/sys/fs/tarfs/tarfs_test.sh | 2 +-
tests/sys/geom/class/eli/online_resize_test.sh | 1 +
tests/sys/geom/class/eli/reentrancy_test.sh | 2 +-
tests/sys/kern/jailmeta.sh | 2 +-
tests/sys/mac/portacl/Makefile | 2 +-
tests/sys/netpfil/pf/rules_counter.sh | 2 +-
7 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/tests/sys/fs/fusefs/Makefile b/tests/sys/fs/fusefs/Makefile
index a21512798597..6366676b6fc5 100644
--- a/tests/sys/fs/fusefs/Makefile
+++ b/tests/sys/fs/fusefs/Makefile
@@ -70,7 +70,7 @@ TEST_METADATA.nfs+= required_user="root"
TEST_METADATA.ctl+= is_exclusive="true"
TEST_METADATA.ctl+= required_user="root"
-TEST_METADATA+= timeout=10
+TEST_METADATA+= timeout=20
TEST_METADATA+= required_kmods="fusefs"
FUSEFS= ${SRCTOP}/sys/fs/fuse
diff --git a/tests/sys/fs/tarfs/tarfs_test.sh b/tests/sys/fs/tarfs/tarfs_test.sh
index 505bfc5325f0..3a95263aeda9 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" "600"
+ atf_set "timeout" "900"
}
tarfs_large_body() {
tarfs_setup
diff --git a/tests/sys/geom/class/eli/online_resize_test.sh b/tests/sys/geom/class/eli/online_resize_test.sh
index ef6fe85c63d0..b33efbb25c23 100755
--- a/tests/sys/geom/class/eli/online_resize_test.sh
+++ b/tests/sys/geom/class/eli/online_resize_test.sh
@@ -7,6 +7,7 @@ online_resize_head()
{
atf_set "descr" "online resize of geli providers"
atf_set "require.user" "root"
+ atf_set "timeout" 600
}
online_resize_body()
{
diff --git a/tests/sys/geom/class/eli/reentrancy_test.sh b/tests/sys/geom/class/eli/reentrancy_test.sh
index 92a85d4df10a..f70c574d5965 100755
--- a/tests/sys/geom/class/eli/reentrancy_test.sh
+++ b/tests/sys/geom/class/eli/reentrancy_test.sh
@@ -42,7 +42,7 @@ init_head()
{
atf_set "descr" "Initialize a geli provider on top of another"
atf_set "require.user" "root"
- atf_set "timeout" 600
+ atf_set "timeout" 900
}
init_body()
{
diff --git a/tests/sys/kern/jailmeta.sh b/tests/sys/kern/jailmeta.sh
index 9a63f958231f..f030e44b14c3 100644
--- a/tests/sys/kern/jailmeta.sh
+++ b/tests/sys/kern/jailmeta.sh
@@ -515,7 +515,7 @@ keyvalue_contention_head()
atf_set descr 'Try to stress metadata read/write mechanism with some contention'
atf_set require.user root
atf_set execenv jail
- atf_set timeout 30
+ atf_set timeout 60
}
keyvalue_stresser()
{
diff --git a/tests/sys/mac/portacl/Makefile b/tests/sys/mac/portacl/Makefile
index 28c3a5cd71ce..2b0f4634c802 100644
--- a/tests/sys/mac/portacl/Makefile
+++ b/tests/sys/mac/portacl/Makefile
@@ -10,7 +10,7 @@ TAP_TESTS_SH+= root_test
.for t in ${TAP_TESTS_SH}
TEST_METADATA.$t+= required_kmods="mac_portacl"
TEST_METADATA.$t+= required_user="root"
-TEST_METADATA.$t+= timeout="450"
+TEST_METADATA.$t+= timeout="600"
TEST_METADATA.$t+= is_exclusive="true"
.endfor
diff --git a/tests/sys/netpfil/pf/rules_counter.sh b/tests/sys/netpfil/pf/rules_counter.sh
index e80a46e9d6c6..54a65a907b4f 100644
--- a/tests/sys/netpfil/pf/rules_counter.sh
+++ b/tests/sys/netpfil/pf/rules_counter.sh
@@ -153,7 +153,7 @@ atf_test_case "4G" "cleanup"
{
atf_set descr 'Test keepcounter for values above 32 bits'
atf_set require.user root
- atf_set timeout 900
+ atf_set timeout 1200
}
4G_body()