In the middle of testing a set of patches that caused a large number of rebuilds, I noticed the gtk package was taking an obscenely long time to run checks. Upon inspection I found out it was not running tests as parallel. 
For example, https://ci.guix.gnu.org/build/5623913/details took >3000! seconds.
The fix is obvious and will save time on future rebuilds.