c21f1d3 Faster SCM tests.

Authored and Committed by ralph 6 years ago
    Faster SCM tests.
    
    Fixes #832.
    
    The slow tests there are hobbled by this `retry(...)` decorator with hardcoded
    timeouts.  We want those to be relatively long in prod and relatively short in
    test and dev.
    
        
file modified
+3 -0
file modified
+5 -2