60cf1f8 Fix wait-repo to not wait a minute if --timeout=0 is specified

Authored and Committed by tmlcoch 8 years ago
1 file changed. 8 lines added. 8 lines removed.
    Fix wait-repo to not wait a minute if --timeout=0 is specified
    
    Wait-repo had time.sleep(60) call before a check for timeout
    expiration was done. This patch moves the check before
    the sleep() call.
    
    Signed-off-by: Tomas Mlcoch <tmlcoch@redhat.com>
    
        
file modified
+8 -8