rcritten / certmonger

Forked from certmonger 7 years ago
Clone

fc0340d Add a --wait-timeout flag for use with the -w flag

Authored and Committed by nalin 9 years ago
1 file changed. 25 lines added. 12 lines removed.
    Add a --wait-timeout flag for use with the -w flag
    
    The various getcert modes which take a -w flag can now take a maximum
    timeout value as well, which will be handy for self-tests.  The delay
    between polling attempts is increased from 0.1s to 0.125s so that the
    math gets a little easier.
    
        
file modified
+25 -12