summaryrefslogtreecommitdiff
path: root/HACKING.md
diff options
context:
space:
mode:
Diffstat (limited to 'HACKING.md')
-rw-r--r--HACKING.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/HACKING.md b/HACKING.md
index f22752e..ee5cd65 100644
--- a/HACKING.md
+++ b/HACKING.md
@@ -39,6 +39,11 @@ recommend setting TMPDIR to somewhere on a btrfs partition before
running the tests; otherwise the chroot tests will take forever. I
mean, they already take long on btrfs, but without it... _dang_.
+I also recommend having the `haveged` daemon running. That's good
+general advice, but also: some of the tests make GPG keys, this
+"should" take on the order of 1 second, but can take several minutes
+if you don't have `haveged` running.
+
Code content
============