diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-06-06 14:19:38 -0600 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-06-06 14:45:42 -0600 |
commit | 148d5dbbb7ed1117765387eb5741f11c9c1897ff (patch) | |
tree | 2c1f15106b2753b58f746c07ffd328275fc686e9 /HACKING.md | |
parent | 7acdca5e86a0e30e10ffe664712a7baed5497044 (diff) |
HACKING.md: also recommend having `haveged` running for the tests.
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 ============ |