diff options
author | Alan Somers <asomers@FreeBSD.org> | 2024-12-18 18:24:03 +0000 |
---|---|---|
committer | Alan Somers <asomers@FreeBSD.org> | 2025-01-20 16:51:35 +0000 |
commit | fb4e0325c758f393b61dab4219f195f1674fcd70 (patch) | |
tree | dc6b3c464acadad811e5f90740e4f013b0bb5fb8 | |
parent | b0348117953a117244056032e468dd6a742dc678 (diff) |
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)
-rw-r--r-- | tests/sys/fs/fusefs/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
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 |