git: fb4e0325c758 - stable/14 - fusefs: delete a comment in the tests
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 20 Jan 2025 16:52:18 UTC
The branch stable/14 has been updated by asomers: URL: https://cgit.FreeBSD.org/src/commit/?id=fb4e0325c758f393b61dab4219f195f1674fcd70 commit fb4e0325c758f393b61dab4219f195f1674fcd70 Author: Alan Somers <asomers@FreeBSD.org> AuthorDate: 2024-12-18 18:24:03 +0000 Commit: Alan Somers <asomers@FreeBSD.org> CommitDate: 2025-01-20 16:51:35 +0000 fusefs: delete a comment in the tests Even on a riscv embedded system, the fusefs tests run fast enough that 10 seconds is a reasonable timeout. [skip ci] Sponsored by: ConnectWise (cherry picked from commit 53f73aaffddaedff019555679d686ec401330d39) --- tests/sys/fs/fusefs/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/sys/fs/fusefs/Makefile b/tests/sys/fs/fusefs/Makefile index f45f2f93e1c0..00e2e208989e 100644 --- a/tests/sys/fs/fusefs/Makefile +++ b/tests/sys/fs/fusefs/Makefile @@ -66,7 +66,6 @@ TEST_METADATA.default_permissions_privileged+= required_user="root" TEST_METADATA.mknod+= required_user="root" TEST_METADATA.nfs+= required_user="root" -# TODO: drastically increase timeout after test development is mostly complete TEST_METADATA+= timeout=10 FUSEFS= ${SRCTOP}/sys/fs/fuse