9dffe55 Added a sleep interval after domainlevel raise in tests

1 file Authored by Oleg Fayans 7 years ago, Committed by mbasti 7 years ago,
    Added a sleep interval after domainlevel raise in tests
    
    Due to race conditions the test sometimes catches 2 one-way segments instead of
    one bidirectional. We need to give the master time to merge the one-way
    segments before we test the output.
    
    https://fedorahosted.org/freeipa/ticket/6265
    
    Reviewed-By: Martin Basti <mbasti@redhat.com>