bb08872 backend: attempt to sign multiple times

2 files Authored by frostyx 2 years ago, Committed by praiskup 2 years ago,
    backend: attempt to sign multiple times
    
    I don't really know what caused #2133, we assumed it's a glitch caused
    by overloaded backend/keygen, and that simply running the /bin/sign a
    second time would fix the issue.
    
    We added `time.sleep` between failed attempts, so we need to mock some
    unrelated tests to save some time.
    
    Fixes: #2133
    Merges: #2177
    
        
file modified
+7 -2
file modified
+23 -3