c00ec94 ipatests/test_nfs.py: wait before umount

1 file Authored by François Cami 4 years ago, Committed by abbra 4 years ago,
    ipatests/test_nfs.py: wait before umount
    
    umount calls including in cleanup do not wait.
    The test failed once with:
    "umount.nfs4: /home: device is busy"
    which looks like a leftover open file descriptor.
    Add wait periods before umount.
    
    Fixes: https://pagure.io/freeipa/issue/8144
    Signed-off-by: François Cami <fcami@redhat.com>
    Reviewed-By: Thomas Woerner <twoerner@redhat.com>