04d25dd ipatests: Increase timeout value in test_getcert_list_profile_using_subca

1 file Authored by sumenon 3 years ago, Committed by frenaud 3 years ago,
    ipatests: Increase timeout value in test_getcert_list_profile_using_subca
    
    test_getcert_list_profile_using_subca test had a timeout value of 50
    waiting for the cert to be in MONITORING state, this has now been
    replaced with 300, since the certmonger request was in state SUBMITTING
    instead of MONITORING causing the test to fail.
    
    Reviewed-By: Florence Blanc-Renaud <flo@redhat.com>