diff options
Diffstat (limited to 'HACKING.md')
-rw-r--r-- | HACKING.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 ============ |