mirror of
https://git.freebsd.org/src.git
synced 2026-01-11 19:57:22 +00:00
tests: Increase timeout
Some checks are pending
Cross-build Kernel / amd64 ubuntu-22.04 (clang-15) (push) Waiting to run
Cross-build Kernel / aarch64 ubuntu-22.04 (clang-15) (push) Waiting to run
Cross-build Kernel / amd64 ubuntu-24.04 (clang-18) (push) Waiting to run
Cross-build Kernel / aarch64 ubuntu-24.04 (clang-18) (push) Waiting to run
Cross-build Kernel / amd64 macos-latest (clang-18) (push) Waiting to run
Cross-build Kernel / aarch64 macos-latest (clang-18) (push) Waiting to run
Some checks are pending
Cross-build Kernel / amd64 ubuntu-22.04 (clang-15) (push) Waiting to run
Cross-build Kernel / aarch64 ubuntu-22.04 (clang-15) (push) Waiting to run
Cross-build Kernel / amd64 ubuntu-24.04 (clang-18) (push) Waiting to run
Cross-build Kernel / aarch64 ubuntu-24.04 (clang-18) (push) Waiting to run
Cross-build Kernel / amd64 macos-latest (clang-18) (push) Waiting to run
Cross-build Kernel / aarch64 macos-latest (clang-18) (push) Waiting to run
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
This commit is contained in:
parent
301bc149b9
commit
47015e4546
7 changed files with 7 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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()
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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()
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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()
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue