git: 53f73aaffdda - main - fusefs: delete a comment in the tests
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 18 Dec 2024 18:25:19 UTC
The branch main has been updated by asomers: URL: https://cgit.FreeBSD.org/src/commit/?id=53f73aaffddaedff019555679d686ec401330d39 commit 53f73aaffddaedff019555679d686ec401330d39 Author: Alan Somers <asomers@FreeBSD.org> AuthorDate: 2024-12-18 18:24:03 +0000 Commit: Alan Somers <asomers@FreeBSD.org> CommitDate: 2024-12-18 18:24:03 +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] MFC after: 2 weeks Sponsored by: ConnectWise --- 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 86d942bea472..d91199fd519e 100644 --- a/tests/sys/fs/fusefs/Makefile +++ b/tests/sys/fs/fusefs/Makefile @@ -65,7 +65,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